]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/chanserv.h
Fix comment for MAXCHANNELS and raise the limit.
[irc/quakenet/newserv.git] / chanserv / chanserv.h
index 9c60a55e1ec98099347f2513287cce361e45d01d..280a3977db7bbf44b697d88d6c0627af444a7ec0 100644 (file)
 #define MAXCHANLEVS  500
 #define MAXBANS      50
 
-/* Maximum number of channels a user may be known on when adding new channels */
-#define MAXCHANNELS  2
+/* Maximum number of channels a user may be known on */
+#define MAXCHANNELS  500
 
 /* Sources of entropy and standard length defines */
 #define ENTROPYSOURCE "/dev/urandom"