This commit is contained in:
Jeremy Fincher 2003-08-30 04:15:57 +00:00
parent f3b2ea905d
commit 97d5ee8ad4

View File

@ -461,7 +461,7 @@ class FunCommands(callbacks.Privmsg):
world.threadsSpawned,
world.threadsSpawned == 1 and 'thread' or 'threads',
activeThreads, world.commandsProcessed,
world.commandProcessed == 1 and 'command' or 'commands')
world.commandsProcessed == 1 and 'command' or 'commands')
irc.reply(msg, response)
def uptime(self, irc, msg, args):