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 16:38:44 +0200
committerErich Eckner <git@eckner.net>2021-05-24 16:38:44 +0200
commit5479c299d14d8ef5818797709533b8f593055c5c (patch)
tree5d6927c836a627da15c0b975d0255536ffb08eed
parent74d27e041744099eaff920a4f053d49a9e490a00 (diff)
logbot.py: fix channels
-rwxr-xr-xlogbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logbot.py b/logbot.py
index 6aeeab1..45aefe5 100755
--- a/logbot.py
+++ b/logbot.py
@@ -69,7 +69,7 @@ DEBUG = False
SERVER = "irc.libera.chat"
PORT = 6667
SERVER_PASS = None
-CHANNELS=["#archlinux32","archlinux32-devops"]
+CHANNELS=["#archlinux32","#archlinux32-devops","#archlinux-ports"]
NICK = "timber"
NICK_PASS = ""