mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
We should automatically load plugins, even when deprecated.
This commit is contained in:
parent
60966044b1
commit
f9e0a5e03f
@ -329,7 +329,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
||||
# This is debug because each log logs its beginning.
|
||||
self.log.debug('Loading %s.' % name)
|
||||
try:
|
||||
m = loadPluginModule(name)
|
||||
m = loadPluginModule(name, ignoreDeprecation=True)
|
||||
loadPluginClass(irc, m)
|
||||
except callbacks.Error, e:
|
||||
# This is just an error message.
|
||||
|
Loading…
Reference in New Issue
Block a user