\t is only possible via copy pasting and we shouldn't touch clipboard text where we can

This commit is contained in:
Nikos Kouremenos 2005-05-09 10:46:40 +00:00
parent b9406c24d6
commit 2475d4728d
1 changed files with 1 additions and 1 deletions

View File

@ -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