diff options
| author | 2020-01-27 23:22:23 +0000 | |
|---|---|---|
| committer | 2020-01-27 23:22:23 +0000 | |
| commit | b4deae3e2ddefeffb8ed2aebd55a7462ca5b8cbc (patch) | |
| tree | 67253827c284fbc505b11f337a54270320f160db /bitbotd | |
| parent | MergeRequest Notes do not have an "issue" item (diff) | |
| signature | ||
store .data_directory on bot object
Diffstat (limited to 'bitbotd')
| -rwxr-xr-x | bitbotd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
