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 |
|
|
Introduction
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.
mIRC Snippet:
bad word kick
Posted on Sep 25, 2007 5:06 pm
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
also, why dont you just do
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) |
mIRC Snippet:
bad word kick
Posted on Sep 25, 2007 6:34 pm
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.
mIRC Snippet:
bad word kick
Posted on Sep 25, 2007 6:38 pm
Posted on Sep 25, 2007 6:38 pm
which is
on *:disconnect:{
on *:disconnect:{
mIRC Snippet:
bad word kick
Posted on Sep 25, 2007 6:49 pm
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
mIRC Snippet:
bad word kick
Posted on Sep 25, 2007 6:57 pm
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
mIRC Snippet:
bad word kick
Posted on Sep 25, 2007 9:29 pm
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. =)
mIRC Snippet:
bad word kick
Posted on Nov 29, 2007 5:15 pm
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. ^^




