From c962f31f15b72a24caf405ce3055eae7b9a3a2ed Mon Sep 17 00:00:00 2001 From: d_m Date: Tue, 23 Jan 2024 10:47:12 -0500 Subject: [PATCH] connect bot to #uxn --- uxnbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxnbot.py b/uxnbot.py index a919d83..109fbe4 100644 --- a/uxnbot.py +++ b/uxnbot.py @@ -8,7 +8,7 @@ import uxnrepl server = "irc.libera.chat" nick = b"uxnbot" -channel = b"#uxnbot" +channel = b"#uxn" sandbox = tempfile.mkdtemp(prefix='uxnrepl')