]> 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 044b7099b016aad32ce2c1a3e135c06059e6f251..122fa78eceddb341b051f1487f8419d9fbd5e9d9 100755 (executable)
@@ -1024,6 +1024,10 @@ alias "InfoServ" {
        target = "InfoServ";
 };
 
+alias "GroupServ" {
+       target = "GroupServ";
+};
+
 alias "NS" {
        target = "NickServ";
 };
@@ -1052,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.
  */