X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=6bea174e2d46725bd36284973e4a6d630d94e810;hb=49ab79d0;hp=ff849bbeacb2b157c1a747b6a3f0783bafe612b5;hpb=d9a97f2857bffb30c8161e4752e7d75bb5fe0359;p=ngircd-alex.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index ff849bbe..6bea174e 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -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