From b9406c24d6c53634d5a6023819688a50a870742e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 9 May 2005 10:36:44 +0000 Subject: [PATCH] /me\n or /me't also works ! --- src/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index 134af8540..58b736ddb 100644 --- a/src/chat.py +++ b/src/chat.py @@ -644,7 +644,7 @@ class Chat: if kind == 'status': print_all_special = True - elif text.startswith('/me '): + elif text.split()[0] == '/me': text = name + text[3:] print_all_special = True