diff --git a/src/Owner.py b/src/Owner.py index 6a5548af6..cfdc3a692 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -549,7 +549,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): irc.addCallback(callback) irc.error('No plugin %s exists.' % name) else: - irc.error('There was no callback %s.' % name) + irc.error('There was no plugin %s.' % name) def unload(self, irc, msg, args): """ @@ -571,7 +571,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): conf.registerPlugin(name, False) irc.replySuccess() else: - irc.error('There was no callback %s.' % name) + irc.error('There was no plugin %s.' % name) def reconnect(self, irc, msg, args): """takes no arguments