mirror of
https://github.com/anope/anope.git
synced 2026-07-06 07:13:13 +02:00
The require_privilege option should default to yes not no.
This commit is contained in:
+1
-1
@@ -501,7 +501,7 @@ Conf::Conf() : Block("")
|
||||
c.group = group;
|
||||
c.hide = fantasy.Get<bool>("hide");
|
||||
c.prepend_channel = fantasy.Get<bool>("prepend_channel", "yes");
|
||||
c.require_privilege = fantasy.Get<bool>("require_privilege", "no");
|
||||
c.require_privilege = fantasy.Get<bool>("require_privilege", "yes");
|
||||
}
|
||||
|
||||
for (int i = 0; i < this->CountBlock("command_group"); ++i)
|
||||
|
||||
Reference in New Issue
Block a user