summaryrefslogtreecommitdiff
path: root/lib/rbot/ircbot.rb
diff options
context:
space:
mode:
authorMatthias Hecker <apoc@sixserv.org>2014-03-05 14:05:03 +0100
committerMatthias Hecker <apoc@sixserv.org>2014-03-05 14:05:03 +0100
commitb955d424d89655a04ba5f06d3cfee482ae33e713 (patch)
tree80191825ec680a2beaf5c49b86d7db44fa3d6a5f /lib/rbot/ircbot.rb
parent6760a5d2f56cb9aceece5183cc0e3dfc619b60d2 (diff)
[registry] migrate tc directory name to registry_tc
Diffstat (limited to 'lib/rbot/ircbot.rb')
-rw-r--r--lib/rbot/ircbot.rb1
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?