diff --git a/src/chat.py b/src/chat.py index 3d5cc8f74..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