From 0a8ef6d8d09f572ad893b9237a982759bb14a83f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 10 Oct 2004 03:46:28 +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 3ef13df59..009f0ae37 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)j + irc.reply(utils.exnToString(e) else: # There's a potential that allowEval got changed after we were # loaded. Let's be extra-special-safe.