From 390e952829dfbf9bed2cf4647e07ab9249d59cf2 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 26 Sep 2010 18:01:38 +0000 Subject: Basic implementation of the roster and one to one conversations --- src/user.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/user.py') diff --git a/src/user.py b/src/user.py index 252764ae..8ddf47fc 100644 --- a/src/user.py +++ b/src/user.py @@ -32,7 +32,6 @@ class User(object): """ 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 = datetime(1, 1, 1) # The oldest possible time self.update(affiliation, show, status, role) self.change_nick(nick) -- cgit v1.2.3