]> gitweb.pimeys.fr Git - bots/deconnaisseur.git/commitdiff
qiet_channels est une liste, pas un dico
authorVincent Le Gallic <deconnaisseur@crans.org>
Sun, 20 May 2012 21:34:20 +0000 (23:34 +0200)
committerVincent Le Gallic <deconnaisseur@crans.org>
Sun, 20 May 2012 21:34:20 +0000 (23:34 +0200)
deconnaisseur.py

index 94e60096b5f22af08cbc313949de2c8e849b5dab..fc09e2c95afcc4b2be69db3847dcd95d64608f06 100755 (executable)
@@ -80,7 +80,7 @@ class Deconnaisseur(ircbot.SingleServerIRCBot):
         self.stay_channels=config_stay_channels
         self.play_channels=config_play_channels
         self.play_status={i:[0] for i in self.play_channels}
-        self.quiet_channels={}
+        self.quiet_channels=[]
 
     def give_me_my_pseudo(self,serv):
         serv.privmsg("NickServ","RECOVER %s %s"%(config_pseudo,config_password))