From 85d9e693ea4bf5b2ff4f1a24ec0ebbf14d747800 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 2 Sep 2010 00:26:37 +0000 Subject: fixes double status announce --- src/user.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/user.py') diff --git a/src/user.py b/src/user.py index 2959a76c..646d8bd1 100644 --- a/src/user.py +++ b/src/user.py @@ -27,6 +27,8 @@ class User(object): keep trace of an user in a Room """ def __init__(self, nick, affiliation, show, status, role): + from common import debug + debug('NEW USER: nick:%s, affiliation:%s, show:%s, status:%s, role:%s\n' % (nick, affiliation, show, status, role)) self.last_talked = None self.update(affiliation, show, status, role) self.change_nick(nick) -- cgit v1.2.3