]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
byebye #note-dev
authorVincent Le Gallic <legallic@crans.org>
Fri, 3 Aug 2012 11:49:23 +0000 (13:49 +0200)
committerVincent Le Gallic <legallic@crans.org>
Fri, 3 Aug 2012 11:49:23 +0000 (13:49 +0200)
basile.py
config.py

index 560382943319429f96bec6f2782b9555de83ef80..fd53a89a962246ea0b13d86b48d9245071fd07eb 100755 (executable)
--- 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)
index a0fc4f24744451bc1427d1087031cf5e9d34f39c..319f9bf4a1e7d76d02d7bb10b0a5d5058ba62d15 100644 (file)
--- 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