Merge branch 'main' into main

This commit is contained in:
a-bad-dev 2026-03-14 02:28:57 -03:00 committed by GitHub
commit d189fdd5b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 10 deletions

View file

@ -312,7 +312,8 @@ class Server():
if __name__ == "__main__":
serv = Server("username", "nickname", "##channel", opper_nicknames = ["opperhere"])
serv.connect("tantalum.libera.chat", 6667, sock_recvbuf = 8192)
serv.connect("IP", 6667, sock_recvbuf = 8192)
# Allow for the user to send raw IRC messages
# These bypass the send queue