mIRC Home    About    Download    Register    News    Help

Print Thread
#177473 25/05/07 02:49 PM
Joined: Dec 2005
Posts: 15
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2005
Posts: 15
im new here and i wanna know how can i kick people authomaticly from my channel who said bad words or invite to other channels or make spam with webs...could u guys help me ?

miltoncito #177479 25/05/07 03:25 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
If it's your channel, or you have ops in the channel, then you can use the /kick or /ban commands.

For further details see
/help /kick
/help /ban

Additionally, if you search for scripts (I recommend using Google to search) with one or more of the following keywords, you should get a lot of options.
Quote:
Badword
Spam

RusselB #177497 25/05/07 10:01 PM
Joined: Feb 2007
Posts: 27
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2007
Posts: 27
on *:TEXT:*:#mychannelhere: {
if (somebadword isin $1-) { ban -k $nick That is a badword on my chnanel }
}


(I guess that will work) easier way to doit, but I am not sure exactly what you want.
Tonight I will write you one that will work with a text file, but I am busy now

Last edited by s0urce; 25/05/07 10:03 PM.
miltoncito #177506 26/05/07 03:21 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
A search in this forum for "badword" will show some scripts that are already done.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard