]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
- fixed user mode propagation over server-links (IRC operator, away, ...)
[ngircd-alex.git] / src / ngircd / conf.h
index 4c730a6cdea2bdac9d47fa398084499849347fab..c4cf3383c8dd92be03045428c2e95be6be3729ba 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: conf.h,v 1.22 2002/12/12 11:26:08 alex Exp $
+ * $Id: conf.h,v 1.24 2002/12/14 13:36:19 alex Exp $
  *
  * Configuration management (header)
  */
@@ -99,6 +99,9 @@ GLOBAL BOOLEAN Conf_OperCanMode;
 /* Maximum number of connections to this server */
 GLOBAL LONG Conf_MaxConnections;
 
+/* Maximum number of channels a user can join */
+GLOBAL INT Conf_MaxJoins;
+
 
 GLOBAL VOID Conf_Init PARAMS((VOID ));
 GLOBAL INT Conf_Test PARAMS((VOID ));