Bad Words kick

By M0nstercat_24 on Jan 31, 2013

If someone say a badword from the list below He'll be kicked!

This is my first snippet

Please tell me if there is an Error, I hope this useful. Thanks...

# Made By SuperCat24(M0nstercat_24) irc.geekshed.net > #SuperCat24

on *:TEXT:fuck:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:fucking:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:dick:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:fuck you:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:you dick:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:f u c k:#: { /kick $chan $nick Are you kidding me? NO BAD WORDS! }
on *:TEXT:bitch:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:nigger:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:I hack you:#: { /kick $chan $nick LOL }
on *:TEXT:WHAT THE FUCK:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:b i t c h:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:F*ck:#: { /kick $chan $nick bad languages are not allowed in $chan }
on *:TEXT:noobs:#: { /kick $chan $nick Your the noob..! }
on *:TEXT:Fuckers:#: {
  /kick $chan $nick bad languages are not allowed in $chan
  /ban $chan $nick Banned 

Comments

Sign in to comment.
Jonesy44   -  Feb 15, 2013

black..

 Respond  
BlueThen   -  Feb 02, 2013
on *:TEXT:F*ck:#: { /kick $chan $nick bad languages are not allowed in $chan }

I think this will kick you for say "Firetruck"

Conscious  -  Feb 02, 2013

The use of that language is not appreciated, @BlueThen

JamoBox  -  Feb 05, 2013

@M0nstercat_24 If you want to use block "f*ck" then you will need to edit

 on *:TEXT:F*ck:#: { /kick $chan $nick bad languages are not allowed in $chan } 

to

 on *:TEXT:$(f $+ $chr(42) $+ ck): { /kick $chan $nick bad languages are not allowed in $chan } 

Also, The use of "/" before each command is not needed.

Sign in to comment

blackvenomm666   -  Feb 01, 2013

depends on what kind of server it is @Sorasyn if it's chatspace you can't set kicks but you can set it to change what was said to something else

Hawkee  -  Feb 02, 2013

@blackvenomm666 Why not submit this as a reply to SunnyD's thread rather than starting a new thread to respond?

Sign in to comment

Sorasyn   -  Feb 01, 2013

I think you can set bad word kicks on the channel modes itself. That being said, most of these can be combined using regex, among other wildcard matching aliases.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.