*sigh* I'm too confused today. This is nicer.

This commit is contained in:
js 2008-05-19 18:01:50 +00:00
parent 03f64fb23c
commit 0346e29e89
1 changed files with 13 additions and 14 deletions

View File

@ -152,8 +152,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
if msgtxt == '': if msgtxt == '':
return return
else: elif msgtxt != None and msgtxt != '':
if msgtxt:
self.append_otr_tag = False self.append_otr_tag = False
# We're also here if we just don't # We're also here if we just don't