A ridiculous request

These are old archives. They are kept for historic purposes only.
Post Reply
nullface
Posts: 1
Joined: Sat Oct 22, 2011 1:59 pm

A ridiculous request

Post 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.
Bunkerwaiss
Posts: 36
Joined: Thu Dec 27, 2007 8:48 am

Re: A ridiculous request

Post 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.
Post Reply