mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Tyop
This commit is contained in:
parent
f3b2ea905d
commit
97d5ee8ad4
@ -461,7 +461,7 @@ class FunCommands(callbacks.Privmsg):
|
|||||||
world.threadsSpawned,
|
world.threadsSpawned,
|
||||||
world.threadsSpawned == 1 and 'thread' or 'threads',
|
world.threadsSpawned == 1 and 'thread' or 'threads',
|
||||||
activeThreads, world.commandsProcessed,
|
activeThreads, world.commandsProcessed,
|
||||||
world.commandProcessed == 1 and 'command' or 'commands')
|
world.commandsProcessed == 1 and 'command' or 'commands')
|
||||||
irc.reply(msg, response)
|
irc.reply(msg, response)
|
||||||
|
|
||||||
def uptime(self, irc, msg, args):
|
def uptime(self, irc, msg, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user