projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f0a08
)
Adjusted code format
author
KiwiIRC
<kiwiirc@ns352438.ovh.net>
Fri, 25 Apr 2014 14:00:39 +0000
(16:00 +0200)
committer
KiwiIRC
<kiwiirc@ns352438.ovh.net>
Fri, 25 Apr 2014 14:00:39 +0000
(16:00 +0200)
server/irc/commands.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/commands.js
b/server/irc/commands.js
index ff86f444be78ada744508024ed6625b0e5cb81ee..6d1718698b3275f2f702101349ed9d925c3cffe1 100644
(file)
--- 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]);
},
};