From 0216ac29dbcf49865e145db42d9fbcfcd2bebd19 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 15 Nov 2010 13:16:30 +0000 Subject: Do not refresh the screen on each input --- src/room.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/room.py') diff --git a/src/room.py b/src/room.py index 8a755e18..5325373a 100644 --- a/src/room.py +++ b/src/room.py @@ -96,7 +96,7 @@ class Room(TextBuffer): when we receive an history message said by someone who is not in the room anymore """ - self.log_message(txt, time, nickname) + # self.log_message(txt, time, nickname) if txt.startswith('/me '): txt = "* " + nickname + ' ' + txt[4:] nickname = None -- cgit v1.2.3