Skip to content
Snippets Groups Projects
Commit 5bb1df8a authored by nkour's avatar nkour
Browse files

for /mebalbla u want a space after /me right? :)

parent 0f8de69f
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.split()[0] == '/me':
elif text.startswith('/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