Top

bad word kick


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  6.7
Scores Submitted  3
Date Added  Sep 25, 2007
Last Updated  Nov 29, 2007
Tags  kicker  swear 
  Bookmark and Share

Introduction

simple. to change swear words go to the swear variable %swear in each event and type the words you want to be blocked seperated by commas.

commands:
/swear.kick enable (action/text) - disables your parameters
/swear.kick disable (action/text) - enables your parameters
/swear.kick status - displays the status of both groups.



Grab the Code

Comments

  (8)  RSS
mountaindew
Comments: 1,550
 
mIRC Snippet:  bad word kick
Posted on Sep 25, 2007 5:06 pm
its not that great, you should add a remove button when you click a word

rather than looping all of those variables, simply do
Code:
/didtok <name> <id> <C> <%variable>


also, why dont you just do
Code:
set %swear $addtok(%swear,$!,44)
Olliegod
Comments: 74
 
mIRC Snippet:  bad word kick
Posted on Sep 25, 2007 6:34 pm
Your on quit event will trigger anytime anyone quits irc. You should change it to check it the nick is yours.
mountaindew
Comments: 1,550
 
mIRC Snippet:  bad word kick
Posted on Sep 25, 2007 6:38 pm
which is

on *:disconnect:{
token
Comments: 24
 
mIRC Snippet:  bad word kick
Posted on Sep 25, 2007 6:49 pm
thanks guys ^^ this script was a bit of a rush so it\'s not truly perfect, i now have more free time on hand and will add much more options to the dialog thanks again for your feedback =P
mountaindew
Comments: 1,550
 
mIRC Snippet:  bad word kick
Posted on Sep 25, 2007 6:57 pm
you should also add an option in either the dialog or a menu, to turn it on/off
token
Comments: 24
 
mIRC Snippet:  bad word kick
Posted on Sep 25, 2007 9:29 pm
alright i fixed the snippet up. i just bagged the dialog and went with an alias to disable/enable ceretain events. you now have full configuration over the script and it shouldn\'t be hard to edit the words. any other feedback would be great. =)
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  bad word kick
Posted on Sep 26, 2007 4:21 pm
Good job.
token
Comments: 24
 
mIRC Snippet:  bad word kick
Posted on Nov 29, 2007 5:15 pm
**updated** modified for \'proper\' use of /var and will be updating again soon with a dialog to make it a bit easier to view, edit, and add words. ^^

Please Register or Login to start posting comments.
Bottom