1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r"

This commit is contained in:
Alexander Barton 2012-05-01 13:42:57 +02:00
parent 884c5bcff1
commit 5e5377a063

View File

@ -161,7 +161,7 @@
#define USERMODES "acCiorRswx" #define USERMODES "acCiorRswx"
/** Supported channel modes. */ /** Supported channel modes. */
#define CHANMODES "beiIklmnoOPRstvz" #define CHANMODES "beiIklmnoOPrRstvz"
/** Away message for users connected to linked servers. */ /** Away message for users connected to linked servers. */
#define DEFAULT_AWAY_MSG "Away" #define DEFAULT_AWAY_MSG "Away"