[erlang-questions] Strange error with client/server IRC code

Matthew Dempsky matthew@REDACTED
Thu Feb 28 02:55:23 CET 2008


On 2/27/08, Berlin Brown <berlin.brown@REDACTED> wrote:
>  join(Irclib, Channel) when list(Channel) ->
>         io:format("trace: join@~p~n", [Channel]),
>         %% TODO: remove test code
>     send_client_command(Irclib, "JOIN").

This looks wrong.  Why aren't you doing anything actually interesting
with Channel?



More information about the erlang-questions mailing list