Owner: fix a typo in plugin.py

This commit is contained in:
GLolol 2014-11-10 18:34:49 -08:00
parent 7655285df7
commit f96d00d26e

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