Stupid emacs.

This commit is contained in:
Jeremy Fincher 2004-10-10 03:46:28 +00:00
parent 3a408f3dd9
commit 0a8ef6d8d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.