1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 07:33:14 +02:00

Set require_oper in /os oper

This commit is contained in:
Adam
2014-11-24 22:10:12 -05:00
parent 4f76bee273
commit 0cdab86978
+1
View File
@@ -109,6 +109,7 @@ class CommandOSOper : public Command
}
na->nc->o = new MyOper(na->nc->display, ot);
na->nc->o->require_oper = true;
if (Anope::ReadOnly)
source.Reply(READ_ONLY_MODE);