bing bong
This commit is contained in:
parent
a78a86602d
commit
6ff926246b
4 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue