From 2be2b4e29f57bb243de38f2530018eaccc7eedda Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 17 Aug 2004 21:00:55 +0000 Subject: [PATCH] ly --- plugins/Status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Status.py b/plugins/Status.py index 6fcdbc212..193fcda06 100644 --- a/plugins/Status.py +++ b/plugins/Status.py @@ -100,7 +100,7 @@ class Status(callbacks.Privmsg): for (net, nicks) in networks] L = ['I am connected to %s.' % utils.commaAndify(networks)] if world.profiling: - L.append('I am current in code profiling mode.') + L.append('I am currently in code profiling mode.') irc.reply(' '.join(L)) def threads(self, irc, msg, args):