Skip to content
MSN Addons

how to kick it?!!!!

A TG007 community discussion started by samooh_2003.

Discussion 5 posts
Page 1 of 1
Open
Topic #3524 · 5 published posts · 787 views

€

м

ø

ŧ

?

я

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

Thx Mail it is working Good thnx 4 ur help