From e33ef4d1467dfa60f343eb4d6e240601f91be6e2 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Sun, 5 May 2013 00:08:01 -0700 Subject: [PATCH] Whitespace cleanup. --- irc/irc_conn.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/irc_conn.erl b/irc/irc_conn.erl index 2900037..17435ae 100644 --- a/irc/irc_conn.erl +++ b/irc/irc_conn.erl @@ -132,7 +132,7 @@ do_line(Line, State) -> NewCommand = Command#irc_command{prefix = none, command = "PONG"}, send_command(NewCommand), State; - "376" when State#irc_state.joined == false -> + "376" when State#irc_state.joined == false -> % end of MOTD, which should normally be sent on connect error_logger:info_msg("Joining my channels now.", []), {_, _, _, _, Channels} = State#irc_state.config, -- 2.11.0