diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/config.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.rb b/core/config.rb index fec2e18..242f030 100644 --- a/core/config.rb +++ b/core/config.rb @@ -15,6 +15,8 @@ module Dinobot if @data.nil? @data = Hash.new + @data[:debug] = false + @data[:trigger] = Hash.new @data[:trigger][:global] = '!' |