Yanıt: Whois Çekenler için.
on *:Snotice:*whois*: {
if ($1 == $me) { halt }
else {
:start
if (!%whois. [ $+ [ $$1 ] ]) set -u20 %whois. [ $+ [ $$1 ] ] 0
inc %whois. [ $+ [ $1 ] ]
if (%whois. [ $+ [ $$1 ] ] == 1) { goto whois.uyarı1 }
if (%whois. [ $+ [ $$1 ] ] == 2) { goto whois.uyarı2 }
:whois.uyarı1
msg $2 Merhaba Ben $me Size Nasıl Yardımcı Olabilirim? | halt
:whois.uyarı2
kill $2 Whois Flood Yapma! | halt
unset %whois. [ $+ [ $1 ] ]
}
}
pardon,tamam duzelttim |