From eddae0f7039042db210b5650288c0882f03e5d7d Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Fri, 3 Aug 2012 13:49:23 +0200 Subject: [PATCH] byebye #note-dev --- basile.py | 2 -- config.py | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.2