PeriodError.

This commit is contained in:
Jeremy Fincher 2004-08-06 05:19:11 +00:00
parent 04d0e5f667
commit e26bd517ed
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""<plugin>