From 1c32d1f8477b0e3b6f788feea66a5a858f2068a1 Mon Sep 17 00:00:00 2001 From: "mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 11 Oct 2010 23:20:31 +0000 Subject: =?UTF-8?q?=20=E2=80=AF=20=E2=80=AF=20=E2=80=AF=20=E2=80=AF=20?= =?UTF-8?q?=E2=80=AF=C2=A0=C2=A0=E2=80=AF=20=E2=80=AF=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/room.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room.py b/src/room.py index a0d8d832..8a755e18 100644 --- a/src/room.py +++ b/src/room.py @@ -97,7 +97,7 @@ class Room(TextBuffer): in the room anymore """ self.log_message(txt, time, nickname) - if txt.startswith('/me'): + if txt.startswith('/me '): txt = "* " + nickname + ' ' + txt[4:] nickname = None user = self.get_user_by_name(nickname) if nickname is not None else None -- cgit v1.2.3