From ec89833c37d6ee7997bc59156ba79348f4f33dca Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Aug 2023 11:07:48 +0300 Subject: adapted for local username and password for titus_livius --- logbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logbot.py b/logbot.py index 6420dd7..ca62926 100755 --- a/logbot.py +++ b/logbot.py @@ -70,8 +70,8 @@ SERVER = "irc.libera.chat" PORT = 6667 SERVER_PASS = None CHANNELS=["#archlinux32","#archlinux32-devops","#archlinux-ports"] -NICK = "timber" -NICK_PASS = "" +NICK = "titus_livius" +NICK_PASS = "7>xu&u{,6XS#os&7" # The local folder to save logs LOG_FOLDER = "/home/titus/irc-logs" -- cgit v1.2.3-54-g00ecf