aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-04-21 06:31:59 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-04-21 06:31:59 -0700
commit27c066998bea20387d4c33e504145496aad1b344 (patch)
tree70e1a352476c2f9d6996b373f3f5e8275e4b0ee8 /core
parent607d7ae62d59bbc422da2211286fca96caa4f5e7 (diff)
downloaddinobot-27c066998bea20387d4c33e504145496aad1b344.tar.gz
dinobot-27c066998bea20387d4c33e504145496aad1b344.tar.xz
Add debug setting for verbose output.
Diffstat (limited to 'core')
-rw-r--r--core/config.rb2
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] = '!'