Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:text:*:#:{
if $1 == merhaba 1 naber {
.msg $chan $nick $read(naber.txt,1)
}
if $1 == merhaba 2 naber {
.msg $chan $nick $read(naber.txt,2)
}
if $1 == merhaba 3 naber {
.msg $chan $nick $read(naber.txt,3)
}
}
Cod işlev : Farklı bir scriptten ''merhaba 1 naber'' denildiği Taktirde haber.txt 1. satırını kanala yansıtır. $read(naber.txt,1) Bize 1. satırı okur. $read(naber.txt,2) Bize 2. satırı okur. $read(naber.txt,3) Bize 3. satırı okur. Umarım yardımcı olabilmişimdir , Kolay gelsin.