aboutsummaryrefslogtreecommitdiff
path: root/bitbotd
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-27 23:22:23 +0000
committerGravatar jesopo2020-01-27 23:22:23 +0000
commitb4deae3e2ddefeffb8ed2aebd55a7462ca5b8cbc (patch)
tree67253827c284fbc505b11f337a54270320f160db /bitbotd
parentMergeRequest Notes do not have an "issue" item (diff)
signature
store .data_directory on bot object
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)