\t is only possible via copy pasting and we shouldn't touch clipboard text where we can
This commit is contained in:
parent
b9406c24d6
commit
2475d4728d
|
@ -644,7 +644,7 @@ class Chat:
|
|||
|
||||
if kind == 'status':
|
||||
print_all_special = True
|
||||
elif text.split()[0] == '/me':
|
||||
elif text.startswith('/me ') or text.startswith('/me\n'):
|
||||
text = name + text[3:]
|
||||
print_all_special = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue