players are actually doing something

This commit is contained in:
Kallfaktorn 2011-04-26 16:13:56 +02:00
parent 492ec949a3
commit f8b383232b
2 changed files with 30 additions and 13 deletions

View file

@ -3,6 +3,7 @@
-export([read/2, send_command/3]).
connect() ->
%{ok,Socket} = gen_tcp:connect("ggs.jeena.net", 9000,[{active, false}]),
{ok,Socket} = gen_tcp:connect("localhost", 9000,[{active, false}]),
Socket.