Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-08-04 11:07:48 +0300
committerAndreas Baumann <mail@andreasbaumann.cc>2023-08-04 11:07:48 +0300
commitec89833c37d6ee7997bc59156ba79348f4f33dca (patch)
tree7de94801a3ecaaa753a174f19adc7c3ea605b45e
parent10a31387bed1f8ed00c8854299a7ae90f08a959d (diff)
adapted for local username and password for titus_liviusHEADmaster
-rwxr-xr-xlogbot.py4
1 files 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"