From 001a20c91a6414b2fd4230bfae78fa7df57c291e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 24 Feb 2011 21:56:16 +0100 Subject: Display chatstates in the user list in MucTabs --- src/user.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user.py') 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 -- cgit v1.2.3