From 97d5ee8ad443ca2248d3b67fef6fb11490873cf7 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 30 Aug 2003 04:15:57 +0000 Subject: [PATCH] Tyop --- plugins/FunCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FunCommands.py b/plugins/FunCommands.py index a4794f107..4366610fc 100644 --- a/plugins/FunCommands.py +++ b/plugins/FunCommands.py @@ -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):