]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
When sending an error use the IRC_WriteErrClient() variant
[ngircd-alex.git] / src / ngircd / defines.h
index 7784c17470434ee7d3997767239c1b2bfe6c8d6c..361564f00d239b297de3c87ce68e33fb05447ec6 100644 (file)
@@ -36,7 +36,7 @@
 /* Generic buffer sizes */
 
 /** Max. length of a line in the configuration file. */
-#define LINE_LEN 256
+#define LINE_LEN 1024
 
 /** Max. length of a log message. */
 #define MAX_LOG_MSG_LEN 256
 /** Supported channel modes. */
 #define CHANMODES "abehiIklmMnoOPqQrRstvVz"
 
+/** Supported channel types. */
+#define CHANTYPES "#&+"
+
 /** Away message for users connected to linked servers. */
 #define DEFAULT_AWAY_MSG "Away"