From 05928d592f76c7948a19981454d763feee51b2fb Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 7 Aug 2010 19:18:36 +0000 Subject: completion is now sorted by last_talked. fixed #1712 --- src/user.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/user.py') diff --git a/src/user.py b/src/user.py index c0a55d7b..5dbe77ce 100644 --- a/src/user.py +++ b/src/user.py @@ -59,5 +59,6 @@ class User(object): return True def __repr__(self): - return ""\ - % (self.nick, self.show, type(self.show), self.status, self.affiliation) + return ">%s<" % (self.nick.decode('utf-8')) + # return ""\ + # % (self.nick.decode('utf-8'), self.show, type(self.show), self.status, self.affiliation) -- cgit v1.2.3