From 0533feafe9b3949287f13c752dd0797991497e8e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 3 Aug 2004 03:27:49 +0000 Subject: [PATCH] callback => plugin. --- src/Owner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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