]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Implement new configuration option "MaxPenaltyTime" (#251)
[ngircd-alex.git] / src / ngircd / conf.h
index 7203b86a3b630ce559a6693d7af26234cd1fa84d..4b73b547f8759e5eefc80e4a8e5de236ba3bcc9d 100644 (file)
@@ -239,6 +239,9 @@ GLOBAL unsigned int Conf_MaxNickLength;
 /** Maximum number of channels returned to /list */
 GLOBAL int Conf_MaxListSize;
 
+/** Maximium seconds to add per "penalty". -1 = unlimited. */
+GLOBAL time_t Conf_MaxPenaltyTime;
+
 #ifndef STRICT_RFC
 
 /** Require "AUTH PING-PONG" on login */