From 2d90ee68ea63eaf95cf2f8a33625f28ef5c4e503 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 1 Jul 2010 22:51:19 +0000 Subject: Available users now have a greater priority on nickname completion. fixed #1560 --- src/user.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/user.py') diff --git a/src/user.py b/src/user.py index da403b51..82a50dda 100644 --- a/src/user.py +++ b/src/user.py @@ -57,3 +57,7 @@ class User(object): if datetime.now() - delta > self.last_talked: return False return True + + def __repr__(self): + return ""\ + % (self.nick, self.show, type(self.show), self.status, self.affiliation) -- cgit v1.2.3