mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Oops, forgot to %.
This commit is contained in:
parent
4b107808c2
commit
cb3f763bf0
@ -323,7 +323,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
module = loadPluginModule(name, ignoreDeprecation)
|
module = loadPluginModule(name, ignoreDeprecation)
|
||||||
except Deprecated:
|
except Deprecated:
|
||||||
irc.error('Plugin %r is deprecated. '
|
irc.error('Plugin %r is deprecated. '
|
||||||
'Use --deprecated to force it to load.')
|
'Use --deprecated to force it to load.' % name)
|
||||||
return
|
return
|
||||||
except ImportError, e:
|
except ImportError, e:
|
||||||
if name in str(e):
|
if name in str(e):
|
||||||
|
Loading…
Reference in New Issue
Block a user