Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:Snotice:*whois*: {
if ($1 == $me) { halt }
if ($1 ison #opers) { halt }
else {
:start
if (!%whois. [ $+ [ $$1 ] ]) set -u10 %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.kill }
:whois.uyarı1
msg $2 Merhaba ben 3$me .Size Nasıl Yardımcı Olabilirim? | halt
:whois.uyarı2
msg $2 Whois Flood Yapmayın! Devam ederseniz atılacaksınız. | halt
:whois.kill
kill $2 10 saniye içerisinde 3 kere whois çekmek yasaktır.
unset %whois. [ $+ [ $1 ] ]
}
}
Daha önce forumda görmüştüm, detaylı arayın lütfen.