€
₤
м
ø
ŧ
?
∂
я
2
3*
ï€چ this cant kick that nick cause he is joining and just get access deny without kick also when he makes flood or scroll he didnot kick so how can i kick him on join or when he making scroll or flood ?
A TG007 community discussion started by samooh_2003.
€
₤
м
ø
ŧ
?
∂
я
2
3*
ï€چ this cant kick that nick cause he is joining and just get access deny without kick also when he makes flood or scroll he didnot kick so how can i kick him on join or when he making scroll or flood ?
many face this problem and no real solution works 100% to kick them but the best way is adding deny to ï€چ or any another return/blank character when you join.
on *:join:#:{ if ($nick == $me) access $chan add deny * $+ CHARACTER HERE OR ALIAS $+ * }
or you can use timer (repeated one) to alias contains all of return and blank characters
thnx dream 4 helping yea it's the only solution to ban that nicks on join no 100% way to kick them thnx 4 u .
This will kick anyone for having the characters ï€ in their nick. Give it a try and let me know.
on *:JOIN:#: {
if ($chr(239) $+ $chr(128) isin $nick) {
.sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) add deny *! $+ $$ial($nick) $+ *,1).addr 1440 : $+ Blank Nick
.sockwrite -tn msn.server. $+ $cid kick $msn.get($cid,fullroom) $nick : $+ Blank Nick Kick
}
}
"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers
Sign in to reply or start a new topic where your account has permission.