for /mebalbla u want a space after /me right? :)
This commit is contained in:
parent
0f8de69f57
commit
5bb1df8a19
|
@ -644,7 +644,7 @@ class Chat:
|
||||||
|
|
||||||
if kind == 'status':
|
if kind == 'status':
|
||||||
print_all_special = True
|
print_all_special = True
|
||||||
elif text.split()[0] == '/me':
|
elif text.startswith('/me '):
|
||||||
text = name + text[3:]
|
text = name + text[3:]
|
||||||
print_all_special = True
|
print_all_special = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue