]> gitweb.pimeys.fr Git - bots/basile.git/blobdiff - config.py
serveur,port -> config ; serveur note : localhost -> bde2
[bots/basile.git] / config.py
index a0fc4f24744451bc1427d1087031cf5e9d34f39c..2fefc1c2d070bd34cc5fd5a894fe7c084f4573d8 100644 (file)
--- a/config.py
+++ b/config.py
@@ -8,13 +8,15 @@ 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
 note_pseudo="Basile"
 note_password="NK2015BasileB0tr4nd0omp4assword]6_+{#]78{"
+nk_server = "bde2.crans.org"
+nk_port = "4242"
 
 # les logs
 logfile_template="basile.%s.log"