From: KiwiIRC Date: Fri, 25 Apr 2014 14:00:39 +0000 (+0200) Subject: Adjusted code format X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ce1feb18a8ec78f25bf22e078aa129cb748545ca;p=KiwiIRC.git Adjusted code format --- diff --git a/server/irc/commands.js b/server/irc/commands.js index ff86f44..6d17186 100644 --- a/server/irc/commands.js +++ b/server/irc/commands.js @@ -987,7 +987,7 @@ handlers = { }, RPL_HOSTCLOACKING: function (command) { - genericNotice.call(this, command, command.params[1]+' '+command.params[command.params.length - 1]); + genericNotice.call(this, command, command.params[1] + ' ' + command.params[command.params.length - 1]); }, };