Top

[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 
  Bookmark and Share

Introduction

A simple script that replaces the swear words that you specify with [CENSORED]. Works with channel or private messages. Replace "put,your,swear,words,here" with your swear words separated by a comma. Copy/Paste to your remotes section (ALT-R -> FILE -> NEW)

Grab the Code

Comments

  (14)  RSS
DarthReven
Comments: 468
 
mIRC Snippet:  [CENSORED]
Posted on Apr 13, 2005 9:46 pm
i like the idea but i'm not big on the variable
Relinsquish
Comments: 17
 
mIRC Snippet:  [CENSORED]
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.
xDaeMoN
Comments: 696
 
mIRC Snippet:  [CENSORED]
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.
Relinsquish
Comments: 17
 
mIRC Snippet:  [CENSORED]
Posted on Apr 14, 2005 8:30 pm
Strange. $target returned the person's nickname when I tried it.
xDaeMoN
Comments: 696
 
mIRC Snippet:  [CENSORED]
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.
Relinsquish
Comments: 17
 
mIRC Snippet:  [CENSORED]
Posted on Apr 14, 2005 10:53 pm
Nevermind, I just realized I was querying myself. :)
chaplja
Comments: 16
 
mIRC Snippet:  [CENSORED]
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
xDaeMoN
Comments: 696
 
mIRC Snippet:  [CENSORED]
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.
chaplja
Comments: 16
 
mIRC Snippet:  [CENSORED]
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
xDaeMoN
Comments: 696
 
mIRC Snippet:  [CENSORED]
Posted on Apr 15, 2005 3:55 pm
DreamLander
Comments: 2
 
mIRC Snippet:  [CENSORED]
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?
xDaeMoN
Comments: 696
 
mIRC Snippet:  [CENSORED]
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.
Sick_Puppy
Comments: 38
 
mIRC Snippet:  [CENSORED]
Posted on Oct 4, 2007 12:37 pm
Did you make this to show up David_James' awful one that didnt work?
xD
xDaeMoN
Comments: 696
 
mIRC Snippet:  [CENSORED]
Posted on Oct 4, 2007 12:55 pm
Not really. I didn't even realize at the time that David_James posted one.

Please Register or Login to start posting comments.
Bottom