config_irc_password="NK2015BasileB0t"
config_irc_pseudo="Basile"
-config_chanlist=["#bot","#flood"]
-config_stay_channels=["#bot","#flood"]
+config_chanlist=["#bot","#flood","#note-dev"]
+config_stay_channels=["#bot","#flood","#note-dev"]
config_quiet_channels=[]
config_note_pseudo="Basile"
config_note_password="NK2015BasileB0tr4nd0omp4assword]6_+{#]78{"
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)