Module to "filter" out things from channel topic?

These are old archives. They are kept for historic purposes only.
Post Reply
Jedi
Posts: 14
Joined: Sun Mar 28, 2004 1:29 am

Module to "filter" out things from channel topic?

Post by Jedi »

Anyway i could get a module created that would block certain words or numbers from being in a channel topic?

Spamfilter is great but the topic is being used as a loophole for spamming.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

My topicbadwords module available on http://www.codemastr.com/?page=module applies the badword channel {} settings to channel topics.
-- codemastr
Jedi
Posts: 14
Joined: Sun Mar 28, 2004 1:29 am

Post by Jedi »

thank you very much for a module like this. One question though...how do i make it work :P The read me only gives instructions on how to install it which i have. Do i edit the badwords.channel.conf file on each server after i load the module on each server so it will work?

Or how do you configure it :D
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Yes, and you've already answered your question. :-) If you understand how badwords filtering works in UnrealIRCd, then it's not difficult to guess how the same goes with topic messages. On the server where someone sets a new topic for a channel, the module checks if any badwords are found in it. That is, topic filtering is done locally, so you have to install the module and add the badword channel blocks on all servers to let them work globally.
Post Reply