From 90968c729930ec3dea60ef6ffdc25c6a543a5967 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 13 May 2014 23:17:55 +0200 Subject: [PATCH] =?utf8?q?On=20ne=20consid=C3=A8re=20pas=20qu'un=20channel?= =?utf8?q?=20qu'on=20vient=20de=20join=20est=20actif?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- historien.py | 1 - 1 file changed, 1 deletion(-) diff --git a/historien.py b/historien.py index eba4ac3..04f89de 100755 --- a/historien.py +++ b/historien.py @@ -143,7 +143,6 @@ class Historien(ircbot.SingleServerIRCBot): for c in self.chanlist: log(self.serveur,"JOIN %s"%(c)) serv.join(c) - self.update_activity(c,force=True) for c in self.play_channels: token=time.time()-3600 self.play_status[c]=[0,token] -- 2.39.2