mIRC Karşılama Botu
on *:SOCKOPEN:X: { sockwrite -nt $sockname NICK BotNick sockwrite -nt $sockname USER Botident “” ” $+ $iif($host,$host,$ip) $+ ” :Fullname } on *:SOCKREAD:X: { var %s sockread %s tokenize 32 %s if $1 == PING { sockwrite -nt $sockname PONG $2 } if $2 == 376 { sockwrite -nt $sockname join 0, .timer 1 2 sockwrite -nt $sockname oper operpass. […]
» Devamını Oku