remove 3 unneeded lines

This commit is contained in:
Nikos Kouremenos 2005-06-12 22:20:42 +00:00
parent 2b417b3139
commit f634209067
1 changed files with 0 additions and 3 deletions

View File

@ -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()