/meblabla is not a /me
This commit is contained in:
parent
c707636421
commit
0f8de69f57
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue