From 87af05d4b693cb7d98799b10b9e4fce33ad14a71 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 30 Mar 2016 19:31:23 +0100 Subject: added a "hashflag" to modules to stop modules being loaded that rely on a not-present config option. --- start.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start.py') diff --git a/start.py b/start.py index 8a74f331..bb919dfe 100755 --- a/start.py +++ b/start.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -import argparse +import argparse, time import IRCBot, Config, Database def bool_input(s): @@ -19,6 +19,7 @@ for server in servers: if len(bot.servers): bot.modules.load_modules() bot.events.on("boot").on("done").call() + time.sleep(5) bot.connect_all() bot.run() else: -- cgit v1.3.1-10-gc9f91