diff options
author | Matthias Hecker <apoc@sixserv.org> | 2014-03-05 14:05:03 +0100 |
---|---|---|
committer | Matthias Hecker <apoc@sixserv.org> | 2014-03-05 14:05:03 +0100 |
commit | b955d424d89655a04ba5f06d3cfee482ae33e713 (patch) | |
tree | 80191825ec680a2beaf5c49b86d7db44fa3d6a5f /lib/rbot/ircbot.rb | |
parent | 6760a5d2f56cb9aceece5183cc0e3dfc619b60d2 (diff) |
[registry] migrate tc directory name to registry_tc
Diffstat (limited to 'lib/rbot/ircbot.rb')
-rw-r--r-- | lib/rbot/ircbot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index b954e3b5..8b827f15 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -504,6 +504,7 @@ class Bot end @registry_factory = Registry.new @config['core.db'] + @registry_factory.migrate_registry_folder(path) @logfile = @config['log.file'] if @logfile.class!=String || @logfile.empty? |