Swear Kicker (Curse Kicker)
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.3 (of 4 scores) |
| Date Added | Sep 29, 2008 |
| Last Updated | Sep 30, 2008 |
| Tags | bad curse kicks swears |
Introduction
;Swear Kicker(Curse Kicker)
/swear -a <word> - to add <word> to the list of swear words.
/swear -d <word> - to remove <word> from the list of swear words.
/swear -c - to clear the list of swear words.
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Sep 29, 2008 3:44 pm
Posted on Sep 29, 2008 3:44 pm
well it only triggers if the bad word is the only word said...
and you dont need the ! on ur text even cuz you cant set off ur on text events
and you dont need the ! on ur text even cuz you cant set off ur on text events
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Sep 29, 2008 3:53 pm
Posted on Sep 29, 2008 3:53 pm
Use a loop:
| Code: |
var %x = 1 while $gettok(%swear.list,%x,32) { if ($istok($1-,$v1,32)) kick $chan $nick no swearing else inc %x } |
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Sep 29, 2008 4:06 pm
Posted on Sep 29, 2008 4:06 pm
Thanx for your comments...
Didn't realize the ! was there.
Yes you can use a loop if you want.
Gotta keep some coding simple for others.
Didn't realize the ! was there.
Yes you can use a loop if you want.
Gotta keep some coding simple for others.
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Sep 29, 2008 7:07 pm
Posted on Sep 29, 2008 7:07 pm
You can use the chr 161 for a addtok and then if ($regex($1-,$+(\b(,%swearlist,)\b))) { do w/e you want do it }
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Sep 30, 2008 10:21 am
Posted on Sep 30, 2008 10:21 am
Good Script
{{6/10}}
{{6/10}}
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Oct 2, 2008 6:00 pm
Posted on Oct 2, 2008 6:00 pm
ROFL @ dodger.
mIRC Snippet:
Swear Kicker (Curse Kicker)
Posted on Aug 19, 2009 3:50 pm
Posted on Aug 19, 2009 3:50 pm
I like it. I'd add a ban after they are kicked x amount of times






