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