diff options
| author | 2019-12-07 10:42:43 +0000 | |
|---|---|---|
| committer | 2019-12-07 10:42:43 +0000 | |
| commit | 7274d1bf28d2a2282bcdb6a89c9612f1e30b45f0 (patch) | |
| tree | 6c327281006e47b7fce57cf39398880c578ff49b /bitbotd | |
| parent | remove -m/-M and BaseModule.command_line - it doesn't work any more (diff) | |
| signature | ||
add ability to save config file
Diffstat (limited to 'bitbotd')
| -rwxr-xr-x | bitbotd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ if args.add_server: cache = Cache.Cache() config = Config.Config(args.config) +config.load() events = EventManager.EventRoot(log).wrap() exports = Exports.Exports() timers = Timers.Timers(database, events, log) |
