]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
moved invite/ban lists to channel structure
[ngircd-alex.git] / src / ngircd / defines.h
index 70800c3d65c4d2354eb9ce9662720786c4020678..5f98e806b806754f9abc0b70ae317b757d2bdf09 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.56 2005/07/28 16:23:55 fw Exp $
+ * $Id: defines.h,v 1.58 2006/06/15 20:28:15 alex Exp $
  */
 
 
@@ -95,7 +95,7 @@
                                           in seconds. */
 
 #define USERMODES "aios"               /* Supported user modes. */
-#define CHANMODES "biklImnoPstv"       /* Supported channel modes. */
+#define CHANMODES "biIklmnoPstv"       /* Supported channel modes. */
 
 #define CONNECTED true                 /* Internal status codes. */
 #define DISCONNECTED false
 #define DEFAULT_AWAY_MSG "Away"                /* Away message for users connected to
                                           linked servers. */
 
+#define DEFAULT_TOPIC_ID "-Server-"    /* Default ID for "topic owner". */
+
 #define CONFIG_FILE "/ngircd.conf"     /* Configuration file name. */
 #define MOTD_FILE "/ngircd.motd"       /* Name of the MOTD file. */
 #define MOTD_PHRASE ""                 /* Default MOTD phrase string. */