bing bong

This commit is contained in:
Luke Rogers 2013-11-30 16:58:32 +13:00
parent a78a86602d
commit 6ff926246b
4 changed files with 6 additions and 7 deletions

View file

@ -95,8 +95,8 @@ class PluginLoader(object):
for type, data in obj._hook:
# add plugin to the plugin list
self.bot.plugins[type] += [data]
if not loaded_all:
self.bot.logger.info("Loaded plugin: {} ({})".format(format_plug(data), type))
#if not loaded_all:
self.bot.logger.info("Loaded plugin: {} ({})".format(format_plug(data), type))
# do a rebuild, unless the bot is loading all plugins (rebuild happens after load_all)
if not loaded_all: