working pong-bot

This commit is contained in:
Jeena Paradies 2011-04-13 03:44:00 +02:00
parent 5bcd7260d3
commit 16045afb21
5 changed files with 237 additions and 149 deletions

View file

@ -116,7 +116,7 @@ prettify(Args, Data) ->
case lists:keyfind("Game-Command", 1, Args) of
{_, Value} ->
{game_cmd, Value, Args, Data};
_ ->
Other ->
ok
end
end.