X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=361564f00d239b297de3c87ce68e33fb05447ec6;hb=80d0613bf256f48b1dd20bface4c52b57cff8d28;hp=7784c17470434ee7d3997767239c1b2bfe6c8d6c;hpb=7ea3864a9369086024a2d541b053963958b19899;p=ngircd-alex.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 7784c174..361564f0 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -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 @@ -178,6 +178,9 @@ /** Supported channel modes. */ #define CHANMODES "abehiIklmMnoOPqQrRstvVz" +/** Supported channel types. */ +#define CHANTYPES "#&+" + /** Away message for users connected to linked servers. */ #define DEFAULT_AWAY_MSG "Away"