Adjusted code format
authorKiwiIRC <kiwiirc@ns352438.ovh.net>
Fri, 25 Apr 2014 14:00:39 +0000 (16:00 +0200)
committerKiwiIRC <kiwiirc@ns352438.ovh.net>
Fri, 25 Apr 2014 14:00:39 +0000 (16:00 +0200)
server/irc/commands.js

index ff86f444be78ada744508024ed6625b0e5cb81ee..6d1718698b3275f2f702101349ed9d925c3cffe1 100644 (file)
@@ -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]);
     },    
 };