mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Add a period.
This commit is contained in:
parent
ffddc953e2
commit
4609557b36
@ -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>]
|
||||
|
Loading…
Reference in New Issue
Block a user