Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:Snotice:*doing*whois*: {
if ($1 == $me) { halt }
else {
:start
if (!%whois. [ $+ [ $$1 ] ]) set -u60 %whois. [ $+ [ $$1 ] ] 0
inc %whois. [ $+ [ $1 ] ]
if (%whois. [ $+ [ $$1 ] ] == 1) { goto whois.uyarı1 }
if (%whois. [ $+ [ $$1 ] ] == 2) { goto whois.uyarı2 }
if (%whois. [ $+ [ $$1 ] ] == 3) { goto whois.uyarı3 }
:whois.uyarı1
msg $1 MESAJ1 | halt
:whois.uyarı2
msg $1 MESAJ2 | halt
:whois.uyarı3
msg $1 MESAJ3 | halt
unset %whois. [ $+ [ $1 ] ]
}
}
MESAJ1 - MESAJ2 - MESAJ3 yazan yerlere kendi notlarını yazmalısın...
Kod alıntıdır...