you saw /nothing/.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
Mloc-Argent
2013-07-03 12:04:37 +01:00
parent 46e31d5c21
commit c4bc5ca06e

View File

@@ -15,7 +15,7 @@ def pack():
pickled = pickle.dumps(dictionary)
nudge(pickled)
def nudge(data):
HOST = "5.39.81.199"
HOST = "IRCBOT IP HERE"
PORT = 45678
size = 1024
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)