Kod: Kodu kopyalamak için üzerine çift tıklayın!
#giriscikis off
on ^*:join:#:{
if !$window(@Join/Part) { window -ne @Join/Part }
echo $colour(join text) -t @Join/Part *** Giriş: $chan - $nick - $gettok($fulladdress,2,33) / (Sebepli-Ban) - (Hızlı-ban)
halt
}
on ^*:part:#:{
if !$window(@Join/Part) { window -ne @Join/Part }
echo $colour(part text) -t @Join/Part *** Çıkış: $chan - $nick - $gettok($fulladdress,2,33) / (Sebepli-Ban) - (Hızlı-ban)
halt
}
on ^*:quit:{
if !$window(@Join/Part) { window -ne @Join/Part }
echo $colour(quit text) -t @Join/Part *** Exit: $chan - $nick - $gettok($fulladdress,2,33)
halt
}
on ^*:hotlink:*:@Join/Part:return
on *:hotlink:*:@Join/Part:{
if *Sebepli-Ban* iswm $1 { ban -k $gettok($hotline,4,32) $gettok($hotline,6,32) 2 $$?="Sebep?" }
if *Hızlı-Ban* iswm $1 { ban -k $gettok($hotline,4,32) $gettok($hotline,6,32) 2 Atıldınız }
}
#giriscikis end
/enable #giriscikis = acar
/disable #giriscikis = kapar
not : giriş çıkışları yoğun olan sunucuda laga girebilirsin.
Code XcLusive'den alındır.