X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=6bea174e2d46725bd36284973e4a6d630d94e810;hp=456c4c9351f78f44735c859cf08767df519b71b4;hb=49ab79d0e64c73d575dfe87edce40637b8f2adef;hpb=31b3c83c1f1b18fa1ed0501e95ed8e5f6cc6d407 diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 456c4c93..6bea174e 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -177,7 +177,7 @@ #endif /** Supported user modes. */ -#define USERMODES "abBcCFioqrRswx" +#define USERMODES "abBcCFiIoqrRswx" /** Supported channel modes. */ #define CHANMODES "abehiIklmMnoOPqQrRstvVz" @@ -206,6 +206,9 @@ /** Max. number of channel modes with arguments per MODE command. */ #define MAX_HNDL_MODES_ARG 5 +/** Max. number of targets per PRIVMSG/NOTICE/... command. */ +#define MAX_HNDL_TARGETS 25 + /** Max. number of WHO replies. */ #define MAX_RPL_WHO 25