]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_serv.h
Pretty symlink logic for help files
[irc/rqf/shadowircd.git] / include / s_serv.h
index 0d3f7c26c0651a71d739095f40e50357fe60da08..6ad5eb22636719fd1456c71ecfa13883a2b88bff 100644 (file)
@@ -59,7 +59,6 @@ struct Capability
 #define CAP_CHW         0x00008        /* Can do channel wall @# */
 #define CAP_IE          0x00010        /* Can do invite exceptions */
 #define CAP_KLN                0x00040 /* Can do KLINE message */
-#define CAP_GLN                0x00080 /* Can do GLINE message */
 #define CAP_ZIP         0x00100        /* Can do ZIPlinks */
 #define CAP_KNOCK      0x00400 /* supports KNOCK */
 #define CAP_TB         0x00800 /* supports TBURST */
@@ -74,7 +73,7 @@ struct Capability
 
 #define CAP_MASK        (CAP_QS  | CAP_EX   | CAP_CHW  | \
                          CAP_IE  | CAP_KLN  | CAP_SERVICE |\
-                         CAP_GLN | CAP_CLUSTER | CAP_ENCAP | \
+                         CAP_CLUSTER | CAP_ENCAP | \
                          CAP_ZIP  | CAP_KNOCK  | CAP_UNKLN | \
                         CAP_RSFNC | CAP_SAVE | CAP_EUID)