From 69a5cccbf6315e8f47833ac7652c35112120086b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Wed, 31 May 2017 11:46:08 +0000 Subject: [PATCH] Configure for pelux channel --- logbot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/logbot.py b/logbot.py index 3bc5dd1..03251bc 100755 --- a/logbot.py +++ b/logbot.py @@ -69,15 +69,15 @@ DEBUG = False SERVER = "irc.freenode.net" PORT = 6667 SERVER_PASS = None -CHANNELS=["#excid3","#keryx"] -NICK = "timber" +CHANNELS=["#pelux"] +NICK = "pelux" NICK_PASS = "" # The local folder to save logs -LOG_FOLDER = "logs" +LOG_FOLDER = "/var/www/html/" # The message returned when someone messages the bot -HELP_MESSAGE = "Check out http://excid3.com" +HELP_MESSAGE = "Check out http://pelux.io!" # FTP Configuration FTP_SERVER = ""