From b464082f469a0aac03c2798ff27909c9a3dcc149 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 5 Aug 2010 00:09:59 +0000 Subject: Our own is ALWAYS white and other nicks are NEVER white. Also reset MAGENTA for information messages --- src/user.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/user.py') diff --git a/src/user.py b/src/user.py index ae369de0..c0a55d7b 100644 --- a/src/user.py +++ b/src/user.py @@ -29,10 +29,7 @@ class User(object): self.last_talked = None self.update(affiliation, show, status, role) self.change_nick(nick) - self.color = randrange(2, 10) # assign a random color - # if randrange(1) == 0: - # self.color = 16 - # self.color |= curses.A_BOLD + self.color = randrange(3, 10) # assign a random color def update(self, affiliation, show, status, role): self.affiliation = affiliation -- cgit v1.2.3