]> gitweb.pimeys.fr Git - bots/historien.git/commitdiff
On ne considère pas qu'un channel qu'on vient de join est actif
authorVincent Le Gallic <legallic@crans.org>
Tue, 13 May 2014 21:17:55 +0000 (23:17 +0200)
committerVincent Le Gallic <legallic@crans.org>
Tue, 13 May 2014 21:17:55 +0000 (23:17 +0200)
historien.py

index eba4ac3048c79433cfc70a769d25557867e1f69d..04f89dea2cc1fa7b0db66f234bd04a3fa38b32b5 100755 (executable)
@@ -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]