Bad words blocking!
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.5 |
| Scores Submitted | 4 |
| Date Added | Apr 13, 2007 |
| Last Updated | Apr 13, 2007 |
| Tags | bad badword block blocked blocking censored words |
|
|
Introduction
mIRC Snippet:
Bad words blocking!
Posted on Apr 14, 2007 3:50 am
Posted on Apr 14, 2007 3:50 am
You should try using regex for this :P
mIRC Snippet:
Bad words blocking!
Posted on Apr 14, 2007 6:49 am
Posted on Apr 14, 2007 6:49 am
Not Bad ^^
mIRC Snippet:
Bad words blocking!
Posted on Apr 14, 2007 6:51 am
Posted on Apr 14, 2007 6:51 am
or, if u dont know how to use regex, use tokens?
if ($istok(word,%var,32)) {
if ($istok(word,%var,32)) {
mIRC Snippet:
Bad words blocking!
Posted on Apr 14, 2007 6:53 am
Posted on Apr 14, 2007 6:53 am
nah... I prefer it like this... I mean... If somebody thinks of more words that he/she wants to put, he/she can easily put them! I mean, I couldn't write all the bad words of the world!
mIRC Snippet:
Bad words blocking!
Posted on Apr 16, 2007 2:41 am
Posted on Apr 16, 2007 2:41 am
Then make it easier for the user to edit/add/delete bad words. If you're making a script to be used by others, then make it user friendly. Just a friendly reminder to enhance your script/snippet. :)
mIRC Snippet:
Bad words blocking!
Posted on Apr 16, 2007 2:18 pm
Posted on Apr 16, 2007 2:18 pm
a dialog for adding/modding/deleting would be good.. perhaps storing the words and their replacements in some kind of table?
-pp
-pp







