]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Update s_debug.c
authorDimitri Pappas <redacted>
Thu, 21 Feb 2019 23:33:30 +0000 (01:33 +0200)
committerGitHub <redacted>
Thu, 21 Feb 2019 23:33:30 +0000 (01:33 +0200)
Add AUDITORIUM flag to CHANMODES to comply with RFC

src/s_debug.c

index 146769b674713ee4ab58f26af36aa52e0e0a528a..b86a6d470dd602fa75beecfc1b2e808cb29d1763 100644 (file)
@@ -107,7 +107,7 @@ void build_rplcache(void)
 #ifdef USE_CHANMODE_L
     *s++ = 'L';
 #endif
-    s += ircsprintf(s, "mMnOprRsSt MAXLIST=b:%i", MAXBANS);
+    s += ircsprintf(s, "AmMnOprRsSt MAXLIST=b:%i", MAXBANS);
 #ifdef EXEMPT_LISTS
     s += ircsprintf(s, ",e:%i", MAXEXEMPTLIST);
 #endif