X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/43de0f45a19c2aa98e9159a0531231e88bde88a4..58067bff67870a2d8a27c3e0222727e0c734c749:/src/s_newconf.c diff --git a/src/s_newconf.c b/src/s_newconf.c index c5300b6..60e85fd 100644 --- a/src/s_newconf.c +++ b/src/s_newconf.c @@ -331,6 +331,7 @@ static struct oper_flags oper_flagtable[] = { OPER_GLINE, 'G', 'g' }, { OPER_KLINE, 'K', 'k' }, { OPER_XLINE, 'X', 'x' }, + { OPER_RESV, 'Q', 'q' }, { OPER_GLOBKILL, 'O', 'o' }, { OPER_LOCKILL, 'C', 'c' }, { OPER_REMOTE, 'R', 'r' }, @@ -343,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' } };