Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-24 00:01:23 +0200
committerErich Eckner <git@eckner.net>2021-05-24 00:01:23 +0200
commit12826d5a59e415c15db428625057a69975e55747 (patch)
treecd3fde19e98305eeb59945fe809f4c2e48af442f
parentacfa01e86dd5ce35d96184c3806dea889465dfb9 (diff)
logbot.py: change to libera.chat
-rwxr-xr-xlogbot.py6
1 files 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."