aboutsummaryrefslogtreecommitdiff
path: root/bitbotd
diff options
context:
space:
mode:
Diffstat (limited to 'bitbotd')
-rwxr-xr-xbitbotd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbotd b/bitbotd
index f678adad..77810c7e 100755
--- a/bitbotd
+++ b/bitbotd
@@ -113,7 +113,7 @@ if "external-modules" in config:
modules = ModuleManager.ModuleManager(events, exports, timers, config, log,
core_modules, extra_modules)
-bot = IRCBot.Bot(directory, args, cache, config, database, events,
+bot = IRCBot.Bot(directory, DATA_DIR, args, cache, config, database, events,
exports, log, modules, timers)
bot.add_poll_hook(cache)
bot.add_poll_hook(lock_file)