]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
startup: open /dev/null before chroot
[ngircd-alex.git] / src / ngircd / defines.h
index 010dd8ea4ee84ff906768f69c1b8eb5a1102f54c..b463c5f9f54006fb0fde6539c508c666569775ea 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 "aciorsw"            /* Supported user modes. */
+#define CHANMODES "biIklmnoPstvz"      /* Supported channel modes. */
 
 #define CONNECTED true                 /* Internal status codes. */
 #define DISCONNECTED false