X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/43de0f45a19c2aa98e9159a0531231e88bde88a4..91e46e62e5f9faf6735e0c41ce21113939cacb85:/src/s_newconf.c diff --git a/src/s_newconf.c b/src/s_newconf.c index c5300b6..c93b57e 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' },