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?