From 15635f0c39fd7e7dc3937b749a34342ee1e25ae5 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 12 Feb 2010 19:16:02 +0000 Subject: displays correctly the status/nick changes --- src/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.py') diff --git a/src/client.py b/src/client.py index d3561a86..9840d259 100644 --- a/src/client.py +++ b/src/client.py @@ -20,8 +20,8 @@ import sys # disable any printout (this would mess the display) stderr = sys.stderr -# sys.stdout = open('/dev/null', 'w') -# sys.stderr = open('/dev/null', 'w') +sys.stdout = open('/dev/null', 'w') +sys.stderr = open('/dev/null', 'w') from connection import Connection from multiuserchat import MultiUserChat -- cgit v1.2.3