X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/29ef4e88c88ed4d9c216afcbb0f5232a5ab44a88..d2d703a1d79dadd8459e7202a305279afc909f5e:/doc/reference.conf diff --git a/doc/reference.conf b/doc/reference.conf index 716d4f5..f23050a 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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; };