mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Merge pull request #901 from GLolol/patch-1
Owner: fix a typo in plugin.py
This commit is contained in:
commit
6d1538bff2
@ -466,7 +466,7 @@ class Owner(callbacks.Plugin):
|
||||
except ImportError:
|
||||
for callback in callbacks:
|
||||
irc.addCallback(callback)
|
||||
irc.error('No plugin %s exists.' % name)
|
||||
irc.error('No plugin named %s exists.' % name)
|
||||
else:
|
||||
irc.error('There was no plugin %s.' % name)
|
||||
reload = wrap(reload, ['something'])
|
||||
|
Loading…
Reference in New Issue
Block a user