projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884c5bc
)
Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r"
author
Alexander Barton
<alex@barton.de>
Tue, 1 May 2012 11:42:57 +0000
(13:42 +0200)
committer
Alexander Barton
<alex@barton.de>
Tue, 1 May 2012 11:42:57 +0000
(13:42 +0200)
src/ngircd/defines.h
patch
|
blob
|
history
diff --git
a/src/ngircd/defines.h
b/src/ngircd/defines.h
index c63abc9351f1bd3a435b8aef2d25305c7c928ea5..953eac33b5855e2166fd7d33478595b450133a35 100644
(file)
--- a/
src/ngircd/defines.h
+++ b/
src/ngircd/defines.h
@@
-161,7
+161,7
@@
#define USERMODES "acCiorRswx"
/** Supported channel modes. */
-#define CHANMODES "beiIklmnoOPRstvz"
+#define CHANMODES "beiIklmnoOP
r
Rstvz"
/** Away message for users connected to linked servers. */
#define DEFAULT_AWAY_MSG "Away"