summaryrefslogtreecommitdiff
path: root/mentio.py
diff options
context:
space:
mode:
Diffstat (limited to 'mentio.py')
-rw-r--r--mentio.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mentio.py b/mentio.py
index d5d6460..d27eac1 100644
--- a/mentio.py
+++ b/mentio.py
@@ -32,6 +32,6 @@ def onChat(event):
message = " ".join([sender.getDisplayName(), arrow] + rec_words)
msg(recipient, message, usecolor = False)
recipient.playSound(recipient.getLocation(), "mob.chicken.plop", 1, 0)
- except Exception, e:
- error("Failed to handle PlayerChatEvent: %s" % e)
+ except:
+ error("Failed to handle PlayerChatEvent:")
error(print_traceback()) \ No newline at end of file