Kod: Kodu kopyalamak için üzerine çift tıklayın!
on !*:join:#:$iif(!$window(@Giriş-Çıkış),window -e @Giriş-Çıkış) | echo -te @Giriş-Çıkış 12*** Giriş: 4 # 2Kanalına 5 $nick 3Giriş yaptı. $+($chr(40),$token($address,1,64),$chr(32),@,$chr(32),$token($address,2,64),$chr(41))
on !*:part:#:$iif(!$window(@Giriş-Çıkış),window -e @Giriş-Çıkış) | echo -te @Giriş-Çıkış 10*** Çıkış: 4 # Kanalından 5 $nick 7Çıkış yaptı. $+($chr(40),$token($address,1,64),$chr(32),@,$chr(32),$token($address,2,64),$chr(41))
on !*:quit:echo -te @Giriş-Çıkış *** $nick 2Sunucudan ayrıldı.
on ^*:hotlink:*:@Giriş-Çıkış:return
on *:hotlink:*:@Giriş-Çıkış:{
if $regex($1,/^\x28(\S+)/) { ucur $+(*!,$regml(1),@*) }
else {
if $regex($1,/(\S+)\x29$/) { ucur $+(*!*@,$regml(1)) }
else ucur $1
}
ucur $token($hotline,8,32)
}
alias ucur {
var %x = $comchan($1,0)
var %a = 1
while %a <= %x {
mode $comchan($1,%a) +b $1 yasak
mode $comchan($1,%a) +b $address($1,4) yasak
kick $comchan($1,%a) $1 yasak
inc %a
}
}