]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
New configuration option "SyslogFacility"
[ngircd-alex.git] / src / ngircd / defines.h
index 010dd8ea4ee84ff906768f69c1b8eb5a1102f54c..01b60373bbc044153e8c742eab470a7a188318ae 100644 (file)
@@ -80,8 +80,8 @@
 #define RECONNECT_DELAY 3              /* Time to delay re-connect attempts
                                           in seconds. */
 
-#define USERMODES "aiorsw"             /* Supported user modes. */
-#define CHANMODES "biIklmnoPstv      /* Supported channel modes. */
+#define USERMODES "aciorswx"           /* Supported user modes. */
+#define CHANMODES "biIklmnoPstvz"      /* Supported channel modes. */
 
 #define CONNECTED true                 /* Internal status codes. */
 #define DISCONNECTED false
@@ -93,7 +93,6 @@
 
 #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. */
 #define CHROOT_DIR ""                  /* Default chroot() directory. */
 #define PID_FILE ""                    /* Default file for the process ID. */