mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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)
|
||||
except Deprecated:
|
||||
irc.error('Plugin %r is deprecated. '
|
||||
'Use --deprecated to force it to load.')
|
||||
'Use --deprecated to force it to load.' % name)
|
||||
return
|
||||
except ImportError, e:
|
||||
if name in str(e):
|
||||
|
Loading…
Reference in New Issue
Block a user