|
|
MasamuneXGP
|
MasamuneXGP
|
Is there a way to censor profanity in mIRC? If not, can it be scripted? If so, how? Thanks in advance.
|
|
|
|
Joined: Jan 2003
Posts: 2,973
Hoopy frood
|
Hoopy frood
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
|
|
|
|
MasamuneXGP
|
MasamuneXGP
|
Um, yeah, that second thing you said. How would I do that?
|
|
|
|
pheonix
|
pheonix
|
this will only censor the text for YOU
on ^*:TEXT:*:#:{
echo -a $replace($1-,badword1,[censored],badword2,[censored],etc,[censored])
haltdef
}
|
|
|
|
MasamuneXGP
|
MasamuneXGP
|
Exactly what I was looking for. Thanks very much Pheonix!
|
|
|
|
pheonix
|
pheonix
|
np
|
|
|
|
MasamuneXGP
|
MasamuneXGP
|
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...
|
|
|
|
pheonix
|
pheonix
|
on ^*:TEXT:*:#:{
echo $chan $+(<,$nick,>) $replace($1-,badword1,[censored],badword2,[censored],etc,[censored])
haltdef
}
forgot :tongue:
|
|
|
|
MasamuneXGP
|
MasamuneXGP
|
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...
|
|
|
|
MasamuneXGP
|
MasamuneXGP
|
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...
|
|
|
|
Joined: Dec 2002
Posts: 292
Fjord artisan
|
Fjord artisan
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
|
|
|
|
Iori
|
Iori
|
echo [color:blue]$color(normal)[/color][color:red] -mbflirt #[/color] $+(<,$nick,>) ....... For the switch (-mbflirt) meanings, type /help /echo
|
|
|
|
MasamuneXGP
|
MasamuneXGP
|
/me gives Iori a gold star Perfection! You are teh pwnage =O
|
|
|
|
|
|