X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=541fdb294c4aac81114f7b8c458dc4e6f81021f2;hp=90d74d2096e42d2dd8f28537db28f307e700e5c2;hb=32f63abb59b5c9f47b4d517e0bbf9cc73fd044dc;hpb=23572af942399288bcf4e67245563b05ff4fc0f7 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 90d74d20..541fdb29 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -220,6 +220,9 @@ GLOBAL int Conf_MaxConnectionsIP; /** Maximum length of a nick name */ GLOBAL unsigned int Conf_MaxNickLength; +/** Maximum number of channels returned to /list */ +GLOBAL int Conf_MaxListSize; + #ifndef STRICT_RFC /** Require "AUTH PING-PONG" on login */