From ed44eb7c3cf22a623f8bc09011756e096a922edf Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:25:11 -0300 Subject: [PATCH] remove default values --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0cd2b65..14fa006 100755 --- a/main.py +++ b/main.py @@ -310,8 +310,8 @@ class Server(): self._msg_q.put(f"PRIVMSG {source_channel} :CMD {cmd} exited with returncode {proc.returncode}\r\n".encode()) if __name__ == "__main__": - serv = Server("RCE", "rce-is-fun-jcj", "##jcj2") - serv.connect("tantalum.libera.chat", 6667, sock_recvbuf = 8192) + serv = Server("", "", "") # + serv.connect("", 6667, sock_recvbuf = 8192) # NOTE TO USER: You have to set these values # Allow for the user to send raw IRC messages # These bypass the send queue