mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-09 00:51:32 +00:00
remove default values
This commit is contained in:
parent
61975fa9af
commit
ed44eb7c3c
1 changed files with 2 additions and 2 deletions
4
main.py
4
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())
|
self._msg_q.put(f"PRIVMSG {source_channel} :CMD {cmd} exited with returncode {proc.returncode}\r\n".encode())
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
serv = Server("RCE", "rce-is-fun-jcj", "##jcj2")
|
serv = Server("<username>", "<nick>", "<channel>") #
|
||||||
serv.connect("tantalum.libera.chat", 6667, sock_recvbuf = 8192)
|
serv.connect("<server IP>", 6667, sock_recvbuf = 8192) # NOTE TO USER: You have to set these values
|
||||||
|
|
||||||
# Allow for the user to send raw IRC messages
|
# Allow for the user to send raw IRC messages
|
||||||
# These bypass the send queue
|
# These bypass the send queue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue