From: Vincent Le Gallic Date: Fri, 3 Aug 2012 11:49:23 +0000 (+0200) Subject: byebye #note-dev X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fbasile.git;a=commitdiff_plain;h=eddae0f7039042db210b5650288c0882f03e5d7d byebye #note-dev --- diff --git a/basile.py b/basile.py index 5603829..fd53a89 100755 --- a/basile.py +++ b/basile.py @@ -237,8 +237,6 @@ class Basile(ircbot.SingleServerIRCBot): log(self.serveur,"Connected") if self.debug: self.chanlist=["#bot"] - else: - serv.privmsg("ChanServ", "INVITE #note-dev") for c in self.chanlist: log(self.serveur,"JOIN %s"%(c)) serv.join(c) diff --git a/config.py b/config.py index a0fc4f2..319f9bf 100644 --- a/config.py +++ b/config.py @@ -8,8 +8,8 @@ debug_stdout=True # la config irc-related irc_password="NK2015BasileB0t" irc_pseudo="Basile" -chanlist=["#bot","#flood","#note-dev"] -stay_channels=["#bot","#flood","#note-dev"] +chanlist=["#bot", "#flood"] +stay_channels=["#bot", "#flood"] quiet_channels=[] # la config note-related