Page 1 of 1

A ridiculous request

Posted: Sat Oct 22, 2011 2:01 pm
by nullface
I want to implement a mode on my IRC server that will turn all vowels into one vowel. Example is someone saying "Hello There" would turn into "Hollo Thoro". It's a joke, but I can't figure it out.

Re: A ridiculous request

Posted: Fri Nov 04, 2011 4:28 am
by Bunkerwaiss
You can use the badwords.conf, replacing the words that the users say, with a word of your choise, loading that file into unrealircd.conf, then setting up the channel with +G cmode.

Check

Code: Select all

http://www.unrealircd.com/files/docs/unreal32docs.html#badwordsblock
And

Code: Select all

http://www.unrealircd.com/files/docs/unreal32docs.html#includedirective
Not badwords but.. works in this way.