Added period (yeah, I'm anal)

This commit is contained in:
Jeremy Fincher 2003-04-03 07:33:30 +00:00
parent 6b4636e8ae
commit 336c6fdff9

View File

@ -323,7 +323,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
irc.addCallback(callback)
irc.reply(msg, conf.replySuccess)
else:
irc.error(msg, 'There was no callback %s' % name)
irc.error(msg, 'There was no callback %s.' % name)
def unload(self, irc, msg, args):
"""<callback name>