mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Added 'individual' to commands processed.
This commit is contained in:
parent
8b04e1c537
commit
b9a81a3f5e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user