mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-09 00:51:32 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
d189fdd5b1
3 changed files with 3 additions and 10 deletions
3
main.py
3
main.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue