mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Update minibot.py
This commit is contained in:
@@ -73,7 +73,7 @@ def setup_irc_socket():
|
||||
|
||||
def setup_nudge_socket():
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.bind(("", nudge_port)) # localhost:nudge_port
|
||||
s.bind(("", 45678)) # localhost:nudge_port
|
||||
s.listen(5)
|
||||
logger.info("Nudge socket up and listening")
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user