From ce1feb18a8ec78f25bf22e078aa129cb748545ca Mon Sep 17 00:00:00 2001 From: KiwiIRC Date: Fri, 25 Apr 2014 16:00:39 +0200 Subject: [PATCH] Adjusted code format --- server/irc/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }, }; -- 2.25.1