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')