]> 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 43db9a1ad563d62b0d6c24936d9b638002774951..6ad5eb22636719fd1456c71ecfa13883a2b88bff 100644 (file)
@@ -35,9 +35,6 @@
  */
 #define TRY_CONNECTIONS_TIME   60
 
-/* collect ziplinks compression ratios/etc every minute */
-#define ZIPSTATS_TIME           60
-
 /*
  * number of seconds to wait after server starts up, before
  * starting try_connections()
@@ -62,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 */
@@ -77,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)