Add a period.

This commit is contained in:
Jeremy Fincher 2004-08-29 07:13:00 +00:00
parent ffddc953e2
commit 4609557b36
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class Project(callbacks.Privmsg):
L.append('%s has been active for %s' % (project, elapsed))
L.append('has had %s and %s' % (utils.nItems('fix', fixes),
utils.nItems('feature', features)))
irc.reply(utils.commaAndify(L))
irc.reply(utils.commaAndify(L) + '.')
def projects(self, irc, msg, args):
"""[<channel>]