This commit is contained in:
Jeremy Fincher 2004-07-20 05:26:05 +00:00
parent 327254a85d
commit 70dd4dba3d
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,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 callback %s.' % name)
Class = Owner