Added 'individual' to commands processed.

This commit is contained in:
Jeremy Fincher 2003-09-30 11:07:01 +00:00
parent 8b04e1c537
commit b9a81a3f5e
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Status(callbacks.Privmsg):
'I have processed %s. My public commands include %s.' % \
(utils.nItems(len(commands), 'command'),
utils.nItems(callbacksPrivmsgs, 'plugin', 'command-based'),
utils.nItems(world.commandsProcessed, 'command'),
utils.nItems(world.commandsProcessed, 'command', 'individual'),
utils.commaAndify(commands))
irc.reply(msg, s)