remove 3 unneeded lines
This commit is contained in:
parent
2b417b3139
commit
f634209067
|
@ -722,9 +722,6 @@ class Chat:
|
|||
elif text.startswith('/me ') or text.startswith('/me\n'):
|
||||
text = name + text[3:]
|
||||
text_tags.append(kind)
|
||||
elif text.startswith('/chat '):
|
||||
text = name + text[4:]
|
||||
text_tags.append(kind)
|
||||
|
||||
if kind == 'incoming':
|
||||
self.last_message_time[jid] = time.time()
|
||||
|
|
Loading…
Reference in New Issue