Merge pull request #901 from GLolol/patch-1

Owner: fix a typo in plugin.py
This commit is contained in:
Valentin Lorentz 2014-11-11 10:38:16 +01:00
commit 6d1538bff2

View File

@ -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'])