Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:SNOTICE:*:{
if *Client connecting* iswm $1- {
if !$window(@Connect) {
window -m @Connect
}
echo -tm @Connect Nick : $9
echo -tm @Connect Ident : $right($gettok($10,1,64),-1)
echo -tm @Connect IP : $remove($10,$right($gettok($10,1,64),-1),$chr(41),$chr(40),$chr(64))
halt
}
}
Bir dene bakalım.