mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
@@ -15,7 +15,7 @@ def pack():
|
|||||||
pickled = pickle.dumps(dictionary)
|
pickled = pickle.dumps(dictionary)
|
||||||
nudge(pickled)
|
nudge(pickled)
|
||||||
def nudge(data):
|
def nudge(data):
|
||||||
HOST = "5.39.81.199"
|
HOST = "IRCBOT IP HERE"
|
||||||
PORT = 45678
|
PORT = 45678
|
||||||
size = 1024
|
size = 1024
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user