More format adjustment :)
authorKiwiIRC <kiwiirc@ns352438.ovh.net>
Fri, 25 Apr 2014 14:04:13 +0000 (16:04 +0200)
committerKiwiIRC <kiwiirc@ns352438.ovh.net>
Fri, 25 Apr 2014 14:04:13 +0000 (16:04 +0200)
server/irc/commands.js

index 6d1718698b3275f2f702101349ed9d925c3cffe1..cf9c0acac9c1ffc2271ec53e81a3932f58b99500 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]);
     },    
 };