mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 18:00:28 +00:00
Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r"
This commit is contained in:
parent
884c5bcff1
commit
5e5377a063
@ -161,7 +161,7 @@
|
||||
#define USERMODES "acCiorRswx"
|
||||
|
||||
/** Supported channel modes. */
|
||||
#define CHANMODES "beiIklmnoOPRstvz"
|
||||
#define CHANMODES "beiIklmnoOPrRstvz"
|
||||
|
||||
/** Away message for users connected to linked servers. */
|
||||
#define DEFAULT_AWAY_MSG "Away"
|
||||
|
Loading…
Reference in New Issue
Block a user