]> jfr.im git - irc/quakenet/snircd.git/commitdiff
Missing channel modes in on connect messages added.
authorslug <redacted>
Fri, 26 Jan 2007 21:43:00 +0000 (21:43 +0000)
committerslug <redacted>
Fri, 26 Jan 2007 21:43:00 +0000 (21:43 +0000)
include/channel.h

index b79bd49559f17cab414d8efc989ed1af7b61e844..9ebbfa204a3f7cbdc558db9e1321dc7191a80e38 100644 (file)
@@ -120,7 +120,7 @@ struct Client;
 #define MODE_WPARAS     (MODE_CHANOP|MODE_VOICE|MODE_BAN|MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS)
 
 /** Available Channel modes */
-#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrD" : "biklmnopstvrD"
+#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrDcCNu" : "biklmnopstvrDcCNu"
 /** Available Channel modes that take parameters */
 #define infochanmodeswithparams feature_bool(FEAT_OPLEVELS) ? "AbkloUv" : "bklov"