summaryrefslogtreecommitdiff
path: root/src/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.py')
-rw-r--r--src/user.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user.py b/src/user.py
index 395d522b..8916c8ff 100644
--- a/src/user.py
+++ b/src/user.py
@@ -43,6 +43,7 @@ class User(object):
self.change_nick(nick)
self.color = choice(theme.LIST_COLOR_NICKNAMES)
self.jid = jid
+ self.chatstate = None
def update(self, affiliation, show, status, role):
self.affiliation = affiliation