From dad51df229e55165fe17830ce649ad755b6212e8 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Tue, 28 Apr 2015 11:02:31 +0200 Subject: [PATCH] =?UTF-8?q?Default=20access=5Flevel=20=E2=86=92=C2=A05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << {