]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_newconf.c
Fix some split servers not appearing in oper /map.
[irc/rqf/shadowircd.git] / src / s_newconf.c
index c93b57ee1cfb669d70750f86478a8331fb297373..60e85fd4fbaba9c05d71fa8ec22ef54c73206bdb 100644 (file)
@@ -344,6 +344,7 @@ static struct oper_flags oper_flagtable[] =
        { OPER_SPY,             'S', 's' },
        { OPER_INVIS,           'P', 'p' },
        { OPER_REMOTEBAN,       'B', 'b' },
+       { OPER_MASSNOTICE,      'M', 'm' },
        { 0,                    '\0', '\0' }
 };