mIRC Home    About    Download    Register    News    Help

Print Thread
#166366 09/12/06 11:09 PM
Joined: May 2005
Posts: 74
D
Dracoz Offline OP
Babel fish
OP Offline
Babel fish
D
Joined: May 2005
Posts: 74
Is there a way to ban users who notice the whole channel ?
And if there is how can this be scripted ?

Greetz
Dracoz

Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
yes and something like:
Code:
on *:notice:*:#channel:{
  ban $chan $nick 
  notice $nick Mass Notices are not permitted, you have been silenced. Msg me for more info.
}

Last edited by billythekid; 10/12/06 12:37 AM.

billythekid

Link Copied to Clipboard