]> arthur.barton.de Git - ngircd.git/commitdiff
Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r"
authorAlexander Barton <alex@barton.de>
Tue, 1 May 2012 11:42:57 +0000 (13:42 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 1 May 2012 11:42:57 +0000 (13:42 +0200)
src/ngircd/defines.h

index c63abc9351f1bd3a435b8aef2d25305c7c928ea5..953eac33b5855e2166fd7d33478595b450133a35 100644 (file)
 #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"