/me\n or /me't also works !

This commit is contained in:
Yann Leboulanger 2005-05-09 10:36:44 +00:00
parent 0f66868a70
commit b9406c24d6
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