diff --git a/plugins/commands.rb b/plugins/commands.rb index 4169f98..a206ba3 100644 --- a/plugins/commands.rb +++ b/plugins/commands.rb @@ -5,7 +5,7 @@ class Repost attr_accessor :commands def register_command(keyword, &code) - access_level = Config.lookup("commands::#{keyword}::access_level", 5) + access_level = Config.lookup("commands::#{keyword}::access_level", 0) self.commands = [] if self.commands.nil? self.commands << {