/meblabla is not a /me

This commit is contained in:
Yann Leboulanger 2005-05-09 08:17:42 +00:00
parent c707636421
commit 0f8de69f57
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.startswith('/me'):
elif text.split()[0] == '/me':
text = name + text[3:]
print_all_special = True