diff --git a/plugins/Status.py b/plugins/Status.py index 3c4a34ca7..6e5fb952d 100644 --- a/plugins/Status.py +++ b/plugins/Status.py @@ -126,7 +126,7 @@ class Status(callbacks.Privmsg): s = 'I offer a total of %s in %s. I have processed %s.' % \ (utils.nItems(commands, 'command'), utils.nItems(callbacksPrivmsg, 'plugin', 'command-based'), - world.commandsProcessed) + utils.nItems(world.commandsProcessed, 'command')) irc.reply(msg, s) def commands(self, irc, msg, args):