]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Add .travis.yml
[solanum.git] / doc / reference.conf
index 82f42b9429b60d6753749126e7cdf098d2d975c4..b3ff2580f68df8be799af8c9d511950cfa2c6bdd 100755 (executable)
@@ -62,6 +62,7 @@
  * Realname (gecos) bans (+b $r:mask)                -- extb_realname.la
  * Server bans (+b $s:mask)                          -- extb_server.la
  * SSL bans (+b $z)                                  -- extb_ssl.la
+ * Helpops system (umode +H)                         -- helpops.la
  * HURT system                                       -- hurt.la
  * New host mangling (umode +x)                      -- ip_cloaking_4.0.la
  * Old host mangling (umode +h)                      -- ip_cloaking.la
@@ -95,6 +96,7 @@
 #loadmodule "extensions/extb_realname.la";
 #loadmodule "extensions/extb_server.la";
 #loadmodule "extensions/extb_ssl.la";
+#loadmodule "extensions/helpops.la";
 #loadmodule "extensions/hurt.la";
 #loadmodule "extensions/ip_cloaking_4.0.la";
 #loadmodule "extensions/ip_cloaking.la";
@@ -822,6 +824,9 @@ channel {
         * such as LIST >0.
         */
        displayed_usercount = 3;
+
+       /* strip_topic_colors: whether or not color codes in TOPIC should be stripped. */
+       strip_topic_colors = no;
 };
 
 
@@ -1332,6 +1337,9 @@ general {
         * prior to charybdis 3.5 MUST use sha1 for certfp_method.
         */
        certfp_method = sha1;
+
+       /* hide_opers_in_whois: if set to YES, then oper status will be hidden in /WHOIS output. */
+       hide_opers_in_whois = no;
 };
 
 modules {