Belirlediğin sunucuda çalışır sadece;
Kod: Kodu kopyalamak için üzerine çift tıklayın!
menu menubar {
. ® ÖZELBOT
..Açık:.enable #otobot | .echo -a 0,4 ÖzeL Bot Açıldı
..Kapalı:.disable #otobot | .echo -a 0,4 ÖzeL Bot Kapatıldı
}
#otobot off
on *:text:*:?:{
if $istok(irc.sunucu1.com irc.sunucu2.com,$server,32) {
if $istok(slm s.a Selam,$1-,32) { .timer 1 5 msg $nick a.S }
if $istok(nasılsın naber,$1-,32) { .timer 1 5 msg $nick msg $nick ii sen nslsn }
}
}
#otobot end
Buda belirlediğin sunucularda çalışmaz.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
menu menubar {
. ® ÖZELBOT
..Açık:.enable #otobot | .echo -a 0,4 ÖzeL Bot Açıldı
..Kapalı:.disable #otobot | .echo -a 0,4 ÖzeL Bot Kapatıldı
}
#otobot off
on *:text:*:?:{
if $istok(irc.sunucu1.com irc.sunucu2.com,$server,32) { return }
if $istok(slm s.a Selam,$1-,32) { .timer 1 5 msg $nick a.S }
if $istok(nasılsın naber,$1-,32) { .timer 1 5 msg $nick msg $nick ii sen nslsn }
}
#otobot end