]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Make KICK and INVITE send snotes on override.
[irc/rqf/shadowircd.git] / doc / reference.conf
index cf7d45a968ed434ffb904236f710475391fc15c4..5642ad79e7ec7aface5544c5a9233928b6ae3706 100755 (executable)
@@ -691,6 +691,12 @@ channel {
         */
        autochanmodes = "nt";
 
+       /* exemptchanops: Channel modes that any form of channel ops (+aoh) 
+        * will be exempt from. Even if the mode is set, it will not apply to the
+        * channel ops if it is listed in this option. Valid modes are cCDTNGK.
+        */
+       exemptchanops = "NT";
+
        /* halfop: Enable/disable channel mode +h, which adds halfop,
         * a channel status below op that has op powers (kick, ban, mode, etc.)
         * halfops can only kick/devoice/etc people who are +v or
@@ -998,6 +1004,13 @@ general {
         */
        default_adminstring = "is a Server Administrator";
 
+       /* default operhost: defines the default virtual host that
+        * operators will receiving upon opering up. Can be overriden
+        * by the vhost option in individual operator blocks. This
+        * must be a valid hostmask.
+        */
+       default_operhost = "staff.testnet.net";
+
        /* servicestring: defines the response for opered services (+S)
         * in /whois queries, eg "is a Network Service".
         * This is updated on rehash.