Top

badword kick


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  2
Date Added  Sep 22, 2007
Last Updated  Sep 22, 2007
Tags  badword  kick 
  Bookmark and Share

Introduction

add your kick works to the line right belowe this line eparate kick words by a comma plz leave a comment and Rate it =]

Grab the Code

Comments

  (8)  RSS
mountaindew
Comments: 1,645
 
mIRC Snippet:  badword kick
Posted on Sep 22, 2007 1:59 pm
rather than ppl manually adding it, just do something like

Code:

menu status,menu,channel {
  Bad Word Kicker
  .Add Word: set %saykick $addtok(%saykick,$$?="Word?",44)
  .Rem Word: set %saykick $remtok(%saykick,$$?"Word?",1,44)
}
Cazz
Comments: 16
 
mIRC Snippet:  badword kick
Posted on Sep 22, 2007 2:07 pm
its okay, but i dont think its very useful since theres botserv and all. :|
XRaGeX
Comments: 10
 
mIRC Snippet:  badword kick
Posted on Sep 22, 2007 2:10 pm
Yes, I gave it a 3 because of 2 reasons, We Have BotServs.. and Most Servers Dont have it... but they do have services and flood control. And The Mode +G is implanted on most servers so i found no use for it. Sorry
M[n]M
Comments: 95
 
mIRC Snippet:  badword kick
Posted on Sep 22, 2007 2:20 pm
cazz what do you mean ?
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  badword kick
Posted on Sep 22, 2007 2:55 pm
Well, the mode +G just censores the word, it doesn't actually kick the user. I could go around all day saying censored, so I guess this provides some use. I think just using var %saykickcount is just a good as var %SayKickCount = 0.
Joshuaxiong1
Comments: 91
 
mIRC Snippet:  badword kick
Posted on Oct 6, 2007 3:20 pm
WHat do I change to make it 5 badword till banned? pm me in IRC
mountaindew
Comments: 1,645
 
mIRC Snippet:  badword kick
Posted on Oct 6, 2007 3:22 pm
no need for %saykickhit

and josh, you would need to, instead of kicking, inc a variable, and if the variable is >= 5, it kicks the person
M[n]M
Comments: 95
 
mIRC Snippet:  badword kick
Posted on Oct 17, 2007 8:24 pm
mountaindew thanks dude!

Please Register or Login to start posting comments.
Bottom