]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Make the maximum /list reply length a configurable limit.
[ngircd-alex.git] / src / ngircd / conf.h
index 90d74d2096e42d2dd8f28537db28f307e700e5c2..541fdb294c4aac81114f7b8c458dc4e6f81021f2 100644 (file)
@@ -220,6 +220,9 @@ GLOBAL int Conf_MaxConnectionsIP;
 /** Maximum length of a nick name */
 GLOBAL unsigned int Conf_MaxNickLength;
 
 /** 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 */
 #ifndef STRICT_RFC
 
 /** Require "AUTH PING-PONG" on login */