14 Nisan 2008, 14:34
|
#5 |
Çevrimiçi
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
| Cevap: Socket Bot.
on *:input:?:{
if ($active != botnicki) || ($1 != !ban) { goto end }
var %i = 1
while (%i <= $gettok($2,0,44)) {
echo -a chanserv akick $gettok($2,%i,44) add $3
echo -a chanserv akick $gettok($2,%i,44) enforce
echo -a chanserv akick $gettok($2,%i,44) del $3
inc %i
}
:end
} |
| |