From 55084113d25457ce3e836a9f7ff5665ecbff6150 Mon Sep 17 00:00:00 2001 From: KiwiIRC Date: Fri, 25 Apr 2014 16:04:13 +0200 Subject: [PATCH] More format adjustment :) --- 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 6d17186..cf9c0ac 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