mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Slightly changed the format of cmdstats.
This commit is contained in:
parent
498682d830
commit
d83cc90a32
@ -126,7 +126,7 @@ class Status(callbacks.Privmsg):
|
|||||||
s = 'I offer a total of %s in %s. I have processed %s.' % \
|
s = 'I offer a total of %s in %s. I have processed %s.' % \
|
||||||
(utils.nItems(commands, 'command'),
|
(utils.nItems(commands, 'command'),
|
||||||
utils.nItems(callbacksPrivmsg, 'plugin', 'command-based'),
|
utils.nItems(callbacksPrivmsg, 'plugin', 'command-based'),
|
||||||
world.commandsProcessed)
|
utils.nItems(world.commandsProcessed, 'command'))
|
||||||
irc.reply(msg, s)
|
irc.reply(msg, s)
|
||||||
|
|
||||||
def commands(self, irc, msg, args):
|
def commands(self, irc, msg, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user