From afec1deb5c5fc12444fb4775ae0da69d2f03ef1d Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 6 Apr 2016 09:40:49 +0100 Subject: added tracking certain words in words.py and fixed/changed a couple of things to allow it to work. --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.py') diff --git a/start.py b/start.py index eea23d2d..748a5089 100755 --- a/start.py +++ b/start.py @@ -20,12 +20,12 @@ database = Database.Database(bot, args.database) config_object = Config.Config(bot, args.config) bot.database = database bot.config_object = config_object +bot.modules.load_modules() servers = database.get_servers() for server in servers: bot.add_server(*server) if len(bot.servers): - bot.modules.load_modules() bot.events.on("boot").on("done").call() time.sleep(5) bot.connect_all() -- cgit v1.3.1-10-gc9f91