for /mebalbla u want a space after /me right? :)

This commit is contained in:
Nikos Kouremenos 2005-05-09 10:20:08 +00:00
parent 0f8de69f57
commit 5bb1df8a19
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 '):
text = name + text[3:]
print_all_special = True