diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-02-24 21:56:16 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-02-24 21:56:16 +0100 |
commit | 001a20c91a6414b2fd4230bfae78fa7df57c291e (patch) | |
tree | e6216ff729fd70878020c60d4bf59f29ac05846f /src/user.py | |
parent | cccbad13d5dc0515c52131f657e48640aaa7d8af (diff) | |
download | poezio-001a20c91a6414b2fd4230bfae78fa7df57c291e.tar.gz poezio-001a20c91a6414b2fd4230bfae78fa7df57c291e.tar.bz2 poezio-001a20c91a6414b2fd4230bfae78fa7df57c291e.tar.xz poezio-001a20c91a6414b2fd4230bfae78fa7df57c291e.zip |
Display chatstates in the user list in MucTabs
Diffstat (limited to 'src/user.py')
-rw-r--r-- | src/user.py | 1 |
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 |