ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/example.efnet.conf
(Generate patch)

Comparing ircd-hybrid-7.2/etc/example.efnet.conf (file contents):
Revision 584 by michael, Sun May 7 15:26:45 2006 UTC vs.
Revision 632 by michael, Thu Jun 1 10:53:00 2006 UTC

# Line 756 | Line 756 | gecos {
756   */
757   channel {
758          /*
759 +         * disable_fake_channels: this option, if set to 'yes', will
760 +         * disallow clients to create or join channels that have one
761 +         * of the following ASCII characters in their name:
762 +         *
763 +         *   2 | bold
764 +         *   3 | mirc color
765 +         *  22 | reverse
766 +         *  31 | underline
767 +         * 160 | non-breaking space
768 +         */
769 +        disable_fake_channels = yes;
770 +
771 +        /*
772           * restrict_channels: reverse channel RESVs logic, only reserved
773           * channels are allowed
774           */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines