swear kicker

By scavenger_91 on Aug 09, 2004

here is a simple snippet that'll kick people whe they swear.
feel free to edit it all ya like :)

on *TEXT*shit*:#: { /mode # $nick +k you have been kicked by $me : prophanity not allowed! }
on *TEXT*fuck*:#: { /mode # $nick +k you have been kicked by $me : prophanity not allowed! }
on *TEXT*damn*:#: { /mode # $nick +k you have been kicked by $me : prophanity not allowed! }
on *TEXT*hell*:#: { /mode # $nick +k you have been kicked by $me : prophanity not allowed! }
on *TEXT*bitch*:#: { /mode # $nick +k you have been kicked by $me : prophanity not allowed! }

Comments

Sign in to comment.
frozenmafia   -  Jul 08, 2010

not workin...

 Respond  
guest598594   -  Oct 20, 2007

or u could do something like

on @*:text:*:#:{
  var %a = bitch shit fuck damn hell, %x = 1
  while $gettok(%a,%x,32) {
    if ($+(*,$v1,*) iswm $1-) kick $chan $nick You\'ve been kickd by $me (profanity not allowed)
    else inc %x
  }
}
 Respond  
guest598594   -  Oct 20, 2007
on @*:text:*:#:{
  if (*bitch* iswm $1- || *shit* iswm $1- || *fuck* iswm $1- || *damn* iswm $1- || *hell* iswm $1-) {
    kick $chan $nick You have been kicked by $me : profanity not allowed
  }
}
 Respond  
Akishoot   -  Oct 20, 2007

It should be:

on *:TEXT:*shit*:#: { /kick # $nick you have been kicked by $me : profanity not allowed! }

Etc. etc...

 Respond  
cave   -  Sep 20, 2004

soz mate ur script doesnt work bruv, work on it plz

 Respond  
The_KiD   -  Aug 10, 2004

Sorry to say but that just sucjs, it is very poorly scripted, and would not work as after the word text you need another : Also it would pick up on such things as \"hello\" would be seen as a swear word. Poor Effort 1/10

 Respond  
Jose`Botella   -  Aug 09, 2004

It wouldn\'t work for me. Not until I changed it to \'on :TEXT:shit*:#:\' Then also the \'/mode # $nick +k........\' to \'/kick # $nick.......\' On the server I am on, setting the mode to that will not work, maybe it works for the server you are on.

 Respond  
scavenger_91   -  Aug 09, 2004

itz simple i know but it works

 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.