X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=01b60373bbc044153e8c742eab470a7a188318ae;hb=5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1;hp=010dd8ea4ee84ff906768f69c1b8eb5a1102f54c;hpb=3a2ac66f7ff5985cae4de390a8e510ae7ff2a5a6;p=ngircd-alex.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 010dd8ea..01b60373 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 "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. */