Slightly changed the format of cmdstats.

This commit is contained in:
Jeremy Fincher 2003-10-05 20:13:01 +00:00
parent 498682d830
commit d83cc90a32
1 changed files with 1 additions and 1 deletions

View File

@ -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):