diff options
author | Adam <Adam@anope.org> | 2014-11-24 22:10:12 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-11-24 22:10:12 -0500 |
commit | 0cdab8697886d32d346ee3c076a2b274611b2f82 (patch) | |
tree | fa7b68072e685dbe494ade3af15dc0cdbb2e6a26 /modules/commands/os_oper.cpp | |
parent | 4f76bee2735f221fa80bbb309ac5e732f723478d (diff) |
Set require_oper in /os oper
Diffstat (limited to 'modules/commands/os_oper.cpp')
-rw-r--r-- | modules/commands/os_oper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index 71cdf026c..a99e770a7 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -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); |