--- ircd-hybrid-7.2/etc/example.efnet.conf 2006/05/30 08:32:50 631 +++ ircd-hybrid-7.2/etc/example.efnet.conf 2006/06/01 10:53:00 632 @@ -756,6 +756,19 @@ gecos { */ channel { /* + * disable_fake_channels: this option, if set to 'yes', will + * disallow clients to create or join channels that have one + * of the following ASCII characters in their name: + * + * 2 | bold + * 3 | mirc color + * 22 | reverse + * 31 | underline + * 160 | non-breaking space + */ + disable_fake_channels = yes; + + /* * restrict_channels: reverse channel RESVs logic, only reserved * channels are allowed */