Skip to content
Snippets Groups Projects
Commit 0f8de69f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

/meblabla is not a /me

parent c7076364
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment