]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Document efnet-style GLINE protocol.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 716d4f59b8074f07d9875c70ca064b361d1de665..f23050aa7b248ca6e00d82234c80c5d225aac800 100755 (executable)
@@ -733,6 +733,12 @@ channel {
         * ratbox-services does.
         */
        kick_on_split_riding = no;
+
+       /* only ascii channels: disable local users joining channels
+        * containing characters outside the range 33-126 (non-printable
+        * or non-ASCII).
+        */
+       only_ascii_channels = no;
 };