mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 8
J
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Jan 2003
Posts: 8
How do I make it so that when someone says a certain word (like a curse), it will ban them from my channel for a certain amount of time???

Thanks

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Check this page.

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
Try This it works for me its simple and cheap but gets the job done...but remember there are always ways around a ban....but here try this:

On *:TEXT:*[censored]*:#:/mode $chan +b $nick | /kick $chan $nick | /timer 1 300 /mode $chan -b $nick

This will ban the person in the channel that says the word [censored], or anything that has the word [censored] in it. Note thats what the ( * ) on each side of the word are for. but this will have a bantime of 5 minues (300) and it will lift itself the 1 is just the timer number really..

I hope this is helpful to you (btw the CENSORED is the F word)

Last edited by The_Game; 03/02/03 03:11 AM.
Joined: Dec 2002
Posts: 13
L
Pikka bird
Offline
Pikka bird
L
Joined: Dec 2002
Posts: 13
How do you make it channel specific? So it only does it for one channel, instead of all of them.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
On @*:TEXT:*[censored]*:#channel:mode $chan +b $nick | kick $chan $nick | timer 1 300 mode $chan -b $nick

@ only triggers when opped.
#channel only triggers in that channel.

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
just as collective pointed out you just state the channel you are in I assumed that you knew to fill in the channel where i Placed the # I apologize for that..

Joined: Dec 2002
Posts: 13
L
Pikka bird
Offline
Pikka bird
L
Joined: Dec 2002
Posts: 13
Also, may I ask how you ban if they emote something? Now I have people emoting, and it won't ban them =/

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
Could you clarify? I apologize if i dont understand but like emote as in using

smile or :P emoticons?

or are you meaning those color popups that are um annoying?

Joined: Dec 2002
Posts: 13
L
Pikka bird
Offline
Pikka bird
L
Joined: Dec 2002
Posts: 13
I mean...when someone uses /me <enter profanity here>. They have started doing that now..but it doesn't kick them for it.

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
On @*:ACTION:*[censored]*:#Channel:/mode $chan +b $nick | /kick $chan $nick | /timer 1 300 /mode $chan -b $nick

Works the same way as the on text does...

Well it does for me anyways...try it

Last edited by The_Game; 06/02/03 01:23 AM.

Link Copied to Clipboard