From 231a9df2aad346745c537ecd964fd4ee5f1de19a Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 6 Mar 2016 21:04:43 +0100 Subject: [PATCH] Actual channel config --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 056b5c9..593a9f5 100644 --- a/config.py +++ b/config.py @@ -12,9 +12,9 @@ irc_password = "Ke5ckiigakX1I" #: Pseudo IRC irc_pseudo = "Josh" #: Liste des channels à rejoindre -chanlist = ["#bot", "#flood"] +chanlist = ["#chaos-angel", "#32c3"] #: Liste des channels à ne pas quitter -stay_channels = ["#bot", "#flood"] +stay_channels = ["#bot"] #: Liste des channels où se taire quiet_channels = [] -- 2.39.2