summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-10-31 19:31:32 +0100
committerNEMESIS13cz <seke94@seznam.cz>2015-10-31 19:31:32 +0100
commitdfa48d7da551db2abb1df965952dae5a5b8c424f (patch)
treeb84f501af306fdb9a7ecc414fc6744bb79e2458c
parent3f677467fced35b2084c01fa1173af88dadc7263 (diff)
This seems to fix everything
-rw-r--r--mentio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mentio.py b/mentio.py
index 199eb8c..fa46d71 100644
--- a/mentio.py
+++ b/mentio.py
@@ -13,7 +13,7 @@ def saveMentions():
save_json_file("mentio", mentions)
-@hook.event("player.AsyncPlayerChatEvent", "normal")
+@hook.event("player.AsyncPlayerChatEvent", "monitor")
def onChat(event):
if not event.isCancelled():
sender = event.getPlayer()