/me\n or /me't also works !
This commit is contained in:
parent
0f66868a70
commit
b9406c24d6
|
@ -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