This commit is contained in:
Yann Leboulanger 2005-06-18 14:38:37 +00:00
parent 33947c45c8
commit 7e4f56f002
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ class Interface:
jid = jids[0]
gcs = self.windows[account]['gc']
if jid in gcs:
if len(jid) > 1: # it's a pm
if len(jids) > 1: # it's a pm
nick = jids[1]
if not self.windows[account]['chats'].has_key(fjid):
gc = gcs[jid]