This commit is contained in:
Jeremy Fincher 2004-08-17 21:00:55 +00:00
parent 44d9fbe02e
commit 2be2b4e29f
1 changed files with 1 additions and 1 deletions

View File

@ -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):