This commit is contained in:
Yann Leboulanger 2009-10-02 17:18:36 +02:00
parent 93e9d72dd5
commit b954492bc2
1 changed files with 1 additions and 1 deletions

View File

@ -1781,7 +1781,7 @@ class Connection(ConnectionHandlers):
if not change_nick:
t = p.setTag(common.xmpp.NS_MUC + ' x')
last_date = self.last_history_time[room_jid]
if last_date = 0:
if last_date == 0:
last_date = time.time() - gajim.config.get(
'muc_restore_timeout') * 60
else: