diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-04-22 05:06:46 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-04-22 05:06:46 -0700 |
commit | 5fecb1fcc8f24bed19521a5034db5756d4b11612 (patch) | |
tree | 71466fd01d2ca45f05373c9b5281617d74c6730f /core/config.rb | |
parent | 7f94ea0c30bee85c0eecbd4ccb4c8e7efb3889bb (diff) | |
download | dinobot-5fecb1fcc8f24bed19521a5034db5756d4b11612.tar.gz dinobot-5fecb1fcc8f24bed19521a5034db5756d4b11612.tar.xz |
Clean up code and add aliaser class.
Diffstat (limited to 'core/config.rb')
-rw-r--r-- | core/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.rb b/core/config.rb index 36511ed..236b3d9 100644 --- a/core/config.rb +++ b/core/config.rb @@ -9,7 +9,7 @@ module Dinobot @@mutex = Mutex.new def initialize - @store = Dinobot::Core::Store.new('config') + @store = Dinobot::Core::Store.new('config.db') @data = @store.data if @data.empty? |