From 5bb1df8a1938a2bce954cdbf0b62353a21559193 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 9 May 2005 10:20:08 +0000 Subject: [PATCH] for /mebalbla u want a space after /me right? :) --- src/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index 58b736ddb..134af8540 100644 --- a/src/chat.py +++ b/src/chat.py @@ -644,7 +644,7 @@ class Chat: if kind == 'status': print_all_special = True - elif text.split()[0] == '/me': + elif text.startswith('/me '): text = name + text[3:] print_all_special = True