summaryrefslogtreecommitdiff
path: root/src/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/events.py')
-rw-r--r--src/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.py b/src/events.py
index 6ca8296d..b7bcfc9e 100644
--- a/src/events.py
+++ b/src/events.py
@@ -32,7 +32,7 @@ class EventHandler(object):
'conversation_msg': [],
'private_msg': [],
'muc_msg': [],
- 'normal_chatstate': [],
+ 'conversation_chatstate': [],
'muc_chatstate': [],
'private_chatstate': [],
'normal_presence': [],