[CENSORED]
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 |
| Scores Submitted | 5 |
| Date Added | Apr 13, 2005 |
| Last Updated | Sep 19, 2005 |
| Tags | badwords censor swear |
|
|
Introduction
mIRC Snippet:
[CENSORED]
Posted on Apr 13, 2005 9:46 pm
Posted on Apr 13, 2005 9:46 pm
i like the idea but i'm not big on the variable
mIRC Snippet:
[CENSORED]
Posted on Apr 14, 2005 6:39 am
Posted on Apr 14, 2005 6:39 am
It's a good idea but I'd rather use $reptok instead of $replace. The $iif($chan,$v1,$nick) can also be changed to $target.
mIRC Snippet:
[CENSORED]
Posted on Apr 14, 2005 8:52 am
Posted on Apr 14, 2005 8:52 am
I tried $target but when it comes to pm, the target is you and not the person who sent the message.
mIRC Snippet:
[CENSORED]
Posted on Apr 14, 2005 8:30 pm
Posted on Apr 14, 2005 8:30 pm
Strange. $target returned the person's nickname when I tried it.
mIRC Snippet:
[CENSORED]
Posted on Apr 14, 2005 8:38 pm
Posted on Apr 14, 2005 8:38 pm
Yup, it is. Just tried it again and still returns my nick as the target. I also thought about the $reptok before but some people add other characters with the specified swear word so it won't be replaced.
mIRC Snippet:
[CENSORED]
Posted on Apr 14, 2005 10:53 pm
Posted on Apr 14, 2005 10:53 pm
Nevermind, I just realized I was querying myself. :)
mIRC Snippet:
[CENSORED]
Posted on Apr 15, 2005 7:07 am
Posted on Apr 15, 2005 7:07 am
But is there any way to make it censored 100 % ? What I'm getting is for example (nick) fark and right after that echo-ed (nick) [CENSORED] .. I'd like it to show only 1 line which is censored
mIRC Snippet:
[CENSORED]
Posted on Apr 15, 2005 3:14 pm
Posted on Apr 15, 2005 3:14 pm
Yes. Replace this part "$replace(%text,$v1,4[CENSORED])" to "4[CENSORED])" then remove the "$+(<,$nick,>)" in the echo command.
mIRC Snippet:
[CENSORED]
Posted on Apr 15, 2005 3:48 pm
Posted on Apr 15, 2005 3:48 pm
Mh.. Soz, my english is not perfect, you didnt understand me.. When I did it, i get two lines again - one non-censored and one with only [CENSORED] .. What I was looking for is only ONE line - with words replaced by CENSORED
mIRC Snippet:
[CENSORED]
Posted on Apr 15, 2005 3:55 pm
Posted on Apr 15, 2005 3:55 pm
check this link for your request http://nomorepasting.com/paste.php?pasteID=37565&noLineNums=1&Seen=TRUE
mIRC Snippet:
[CENSORED]
Posted on May 21, 2006 5:17 am
Posted on May 21, 2006 5:17 am
Ok, I tried very many scripts for censoring badwords, but none of them has the desired effect.
When user posts a badword I want the script to censor the bad word before the word appears on the channel,and the script must intercept and replace it with a censor message("[Censored]").
The effect of the actual script:
<nick>fark <- the word appears( and the censor is not working 100% )
<nick>[Censored]
The desired effect, I want , would be like this:
<nick>[Censored] <- The word was intercepted by the script and censored
directly and the badword didn't appear.
My thought is that it couldn't be making this kind of script, because there is no possibility to intercept(scans) the words before appearing in the channel.
If someone could make this kind of script, it would be a great accomplish.Or can someone tell me the solutions for this kind of job?
When user posts a badword I want the script to censor the bad word before the word appears on the channel,and the script must intercept and replace it with a censor message("[Censored]").
The effect of the actual script:
<nick>fark <- the word appears( and the censor is not working 100% )
<nick>[Censored]
The desired effect, I want , would be like this:
<nick>[Censored] <- The word was intercepted by the script and censored
directly and the badword didn't appear.
My thought is that it couldn't be making this kind of script, because there is no possibility to intercept(scans) the words before appearing in the channel.
If someone could make this kind of script, it would be a great accomplish.Or can someone tell me the solutions for this kind of job?
mIRC Snippet:
[CENSORED]
Posted on May 21, 2006 7:57 pm
Posted on May 21, 2006 7:57 pm
The scripts works, but this is only locally. Just for the person who has the script, not for the channel. I know some servers has some type of mode to block/censor bad words.
mIRC Snippet:
[CENSORED]
Posted on Oct 4, 2007 12:37 pm
Posted on Oct 4, 2007 12:37 pm
Did you make this to show up David_James' awful one that didnt work?
xD
xD
mIRC Snippet:
[CENSORED]
Posted on Oct 4, 2007 12:55 pm
Posted on Oct 4, 2007 12:55 pm
Not really. I didn't even realize at the time that David_James posted one.







