]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
struct Channel: add mode_lock structure to the channel object.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 6d6f2ce5bf9ad25c038a7fe37055ae213197275e..122fa78eceddb341b051f1487f8419d9fbd5e9d9 100755 (executable)
@@ -914,6 +914,12 @@ channel {
         * when a RESV is issued.
         */
        resv_forcepart = yes;
+
+       /* channel target change: restrict how many channels users can
+        * message per unit of time. IRC operators, channel operators and
+        * voiced users are exempt.
+        */
+       channel_target_change = yes;
 };
 
 
@@ -1018,6 +1024,10 @@ alias "InfoServ" {
        target = "InfoServ";
 };
 
+alias "GroupServ" {
+       target = "GroupServ";
+};
+
 alias "NS" {
        target = "NickServ";
 };
@@ -1046,6 +1056,10 @@ alias "IS" {
        target = "InfoServ";
 };
 
+alias "GS" {
+       target = "GroupServ";
+};
+
 /* The general block contains many of the options that were once compiled
  * in options in config.h.  The general block is read at start time.
  */