From 12826d5a59e415c15db428625057a69975e55747 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 24 May 2021 00:01:23 +0200 Subject: logbot.py: change to libera.chat --- logbot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/logbot.py b/logbot.py index 7916bb8..6aeeab1 100755 --- a/logbot.py +++ b/logbot.py @@ -66,15 +66,15 @@ def urlify2(value): DEBUG = False # IRC Server Configuration -SERVER = "irc.freenode.net" +SERVER = "irc.libera.chat" PORT = 6667 SERVER_PASS = None -CHANNELS=["#archlinux-ports"] +CHANNELS=["#archlinux32","archlinux32-devops"] NICK = "timber" NICK_PASS = "" # The local folder to save logs -LOG_FOLDER = "/srv/arch-mirror/arch/arch/archlinux32/irc-logs" +LOG_FOLDER = "/home/titus/irc-logs" # The message returned when someone messages the bot HELP_MESSAGE = "What's up? I'm just the log bot." -- cgit v1.2.3-54-g00ecf