]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Added "upgrade" chantype.
authorsplidge <redacted>
Mon, 10 Mar 2008 01:57:26 +0000 (01:57 +0000)
committersplidge <redacted>
Mon, 10 Mar 2008 01:57:26 +0000 (01:57 +0000)
chanserv/chanserv.c
chanserv/chanserv.h

index e5c4901b58fd0e687b404c44f328e9aebd422a99..4e6f340504a87794bbd12457808da971e4a78fa9 100644 (file)
@@ -97,6 +97,7 @@ void _init() {
     chantypes[4]=getsstring("special",20);
     chantypes[5]=getsstring("gamesite",20);
     chantypes[6]=getsstring("game",20);
+    chantypes[7]=getsstring("upgrade",20);
     
     /* And the log system */
     cs_initlog();
index fc8ead614b1da41bc6f924297aa61e5957638285..7b45543190d57a83ac0745470dca62363d0b4da5 100644 (file)
@@ -38,7 +38,7 @@
 #define   LINGERTIME          300
 #define   DUMPINTERVAL        300
 #define   EMAILLEN            60
-#define   CHANTYPES           7
+#define   CHANTYPES           8
 
 /* Suspension and g-line hit count limits */
 #define   MAXGLINEUSERS       50