X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/5e6460e4d3cc6acf05b3d33c314ead0f4c683f5b..da4f92364171126a52799f9144446b3268b6e47e:/x3.conf.example?ds=sidebyside diff --git a/x3.conf.example b/x3.conf.example index 58cdeb4..72ce42d 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -511,6 +511,11 @@ // when does god mode time out? "god_timeout" "30m"; + + // What should valid registered channels look like? + // Be very carefull changing these. This default is + // basically limited to letters, numbers, dash and underscore. + "valid_channel_regex" "#^[-_a-z][-_a-z0-9]*$"; }; /* Global is a service bot that can send out network-wide messages for you. I