mIRC Home    About    Download    Register    News    Help

Print Thread
#50856 23/09/03 06:50 AM
M
MasamuneXGP
MasamuneXGP
M
Is there a way to censor profanity in mIRC? If not, can it be scripted? If so, how? Thanks in advance.

#50857 23/09/03 02:26 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Some iRC's include a channel mode for profanity, so you may check with the owner or operators of the network. Additionally you can use on text and censor words in the text, and either remove them to substitute them

#50858 23/09/03 02:34 PM
M
MasamuneXGP
MasamuneXGP
M
Um, yeah, that second thing you said. How would I do that?

#50859 23/09/03 02:42 PM
P
pheonix
pheonix
P
this will only censor the text for YOU

Code:
on ^*:TEXT:*:#:{
echo -a $replace($1-,badword1,[censored],badword2,[censored],etc,[censored])
haltdef
}

#50860 23/09/03 02:50 PM
M
MasamuneXGP
MasamuneXGP
M
Exactly what I was looking for. Thanks very much Pheonix!

#50861 23/09/03 02:53 PM
P
pheonix
pheonix
P
np smile

#50862 23/09/03 03:12 PM
M
MasamuneXGP
MasamuneXGP
M
Okay, um, now that I actually tried it, it's not working. The censor itself is, but now I can't see the nick of the person who sent it anymore...

#50863 23/09/03 04:02 PM
P
pheonix
pheonix
P
Code:
on ^*:TEXT:*:#:{
echo $chan $+(<,$nick,>) $replace($1-,badword1,[censored],badword2,[censored],etc,[censored])
haltdef
}

forgot :tongue:

#50864 23/09/03 04:11 PM
M
MasamuneXGP
MasamuneXGP
M
Okay.... getting there... but now chat messages show up in whatever window I have active instead of the channel they were sent from. I usually have more than one channel up...

#50865 23/09/03 04:13 PM
P
pheonix
pheonix
P
edited^

#50866 23/09/03 04:22 PM
M
MasamuneXGP
MasamuneXGP
M
Ah, there we go. Works nicely.

Actually, there is one last thing... the taskbar that holds the channel buttons... The text used to turn red when a new chat message was recieved, but now it just turns blue as it does when somebody signs on/off. Any way to fix that? I can live with it if need be, but it would be nice...

#50867 23/09/03 04:23 PM
P
pheonix
pheonix
P
not a clue sorry.

#50868 23/09/03 04:26 PM
M
MasamuneXGP
MasamuneXGP
M
Meh, thanks anyway.

#50869 23/09/03 04:43 PM
Joined: Dec 2002
Posts: 292
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 292
Hi, MasamuneXGP

Just read your post, i think you want

mIRC Options - Display

In there is the different colours you would use for "Event" "Message" and "Highlight"

I think that is what you are after, if not then i dont know what else unless it's a script assuming you have one.

Hope this helps
ShadowDemon

#50870 23/09/03 04:52 PM
I
Iori
Iori
I
Code:
  echo [color:blue]$color(normal)[/color][color:red] -mbflirt #[/color] $+(<,$nick,>) .......
For the switch (-mbflirt) meanings, type /help /echo

#50871 23/09/03 06:46 PM
M
MasamuneXGP
MasamuneXGP
M
/me gives Iori a gold star
Perfection! You are teh pwnage =O


Link Copied to Clipboard