mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
More informative log.
This commit is contained in:
parent
d7275d75d3
commit
91ec099f1d
@ -310,7 +310,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
||||
return newIrc
|
||||
|
||||
def do001(self, irc, msg):
|
||||
self.log.info('Loading plugins.')
|
||||
self.log.info('Loading plugins (connected to %s).', irc.network)
|
||||
alwaysLoadSrcPlugins = conf.supybot.plugins.alwaysLoadImportant()
|
||||
for (name, value) in conf.supybot.plugins.getValues(fullNames=False):
|
||||
if irc.getCallback(name) is None:
|
||||
|
Loading…
Reference in New Issue
Block a user