From: Matt Mullins Date: Sun, 5 May 2013 07:08:01 +0000 (-0700) Subject: Whitespace cleanup. X-Git-Tag: v10~2 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=e33ef4d1467dfa60f343eb4d6e240601f91be6e2;p=erlbot.git Whitespace cleanup. --- 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,