|
|
| Author |
Message |
TroyBoy none

Joined: 08 Jun 2004 Posts: 12
|
Posted: Jun 12, 2004 9:46am Post subject: Unreal ircd badwords list - losing colour! |
|
|
Im running unreal ircd 3.2 (on linux), and I have my trivia channel set +G to censor bad words from the badwords.channel.conf
badword channel { word "cock"; };
If my Trivia script question or answer contains the word "cock" (eg, "peacock" or "cocktail"), it doesnt censor it which is good, but its stripping colour codes.
Other people in the channel sees:
| Code: | | cocktail (no colour codes) |
I wouldve thought if the match wasnt found in badwords, it should send the original text ($1-) instead of $strip($1-).
Does this happen with anyone else?
It also happens with badwords.message.conf
Ive also tried this code:
badword channel { word "f?u?c?k"; };
when I did /rehash, my whole irc network stopped responding.
It seems like it doesnt support "?". |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Jun 12, 2004 10:29am Post subject: |
|
|
When you discover bugs/problems with UnrealIRCd, the best place to go is the UnrealIRCd bug report site, NOT searchirc.
http://bugs.unrealircd.org |
|
| Back to top |
|
 |
TroyBoy none

Joined: 08 Jun 2004 Posts: 12
|
Posted: Jun 12, 2004 12:08pm Post subject: |
|
|
Ok I will report the bug.
Firstly I wanted to see if other people were experiencing the same problem.
It also makes it a good search topic for others that are experiencing the same problem, so they know they arent the only one having the problem. |
|
| Back to top |
|
 |
|