X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=b463c5f9f54006fb0fde6539c508c666569775ea;hb=a02bc9cc6f821a604f6ae4a865b0da8eec4da5a4;hp=010dd8ea4ee84ff906768f69c1b8eb5a1102f54c;hpb=3a2ac66f7ff5985cae4de390a8e510ae7ff2a5a6;p=ngircd-alex.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 010dd8ea..b463c5f9 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -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