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/window.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/window.py') diff --git a/src/window.py b/src/window.py index 76f2b048..4616aae1 100644 --- a/src/window.py +++ b/src/window.py @@ -55,10 +55,10 @@ class UserList(Win): def __init__(self, height, width, y, x, parent_win, visible): Win.__init__(self, height, width, y, x, parent_win) self.visible = visible - self.color_role = {'moderator': 2, - 'participant':3, - 'visitor':5, - 'none':5 + self.color_role = {'moderator': 4, + 'participant':5, + 'visitor':2, + 'none':3 } self.color_show = {'xa':12, 'None':8, -- cgit v1.2.3