From b6066a15430e0346897749db252f852c49df8c8b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 10 Oct 2004 03:48:33 +0000 Subject: [PATCH] Stupid emacs. --- src/Owner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Owner.py b/src/Owner.py index 009f0ae37..c84a94f15 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -401,7 +401,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): self.log.exception('Uncaught exception in Owner.eval. ' 'This is not a bug. Please do not ' 'report it.') - irc.reply(utils.exnToString(e) + irc.reply(utils.exnToString(e)) else: # There's a potential that allowEval got changed after we were # loaded. Let's be extra-special-safe.