From e26bd517eda4ff88e7db315247b639172bc64620 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 6 Aug 2004 05:19:11 +0000 Subject: [PATCH] PeriodError. --- src/Misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc.py b/src/Misc.py index dbfc66346..6388d8513 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -352,7 +352,7 @@ class Misc(callbacks.Privmsg): names.sort() irc.reply(utils.commaAndify(names)) else: - irc.error('There is no such command %s' % command) + irc.error('There is no such command %s.' % command) def author(self, irc, msg, args): """