projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0587b8
)
Incorrect context for parseModeList()
author
Darren
<darren@darrenwhitlen.com>
Sat, 12 Jul 2014 17:54:29 +0000
(18:54 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 12 Jul 2014 17:54:29 +0000
(18:54 +0100)
server/irc/commands/channel.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/commands/channel.js
b/server/irc/commands/channel.js
index ac35bed6fee619ee5fcde871acf4c62e876e66ce..2709b3dfe621f6d944da011b673d16144ba08504 100644
(file)
--- a/
server/irc/commands/channel.js
+++ b/
server/irc/commands/channel.js
@@
-10,7
+10,7
@@
module.exports = function AddCommandHandlers(command_controller) {
var handlers = {
RPL_CHANNELMODEIS: function (command) {
var channel = command.params[1],
- modes = parseModeList.call(this, command.params[2], command.params.slice(3));
+ modes =
this.
parseModeList.call(this, command.params[2], command.params.slice(3));
this.emit('channel ' + channel + ' info', {
channel: channel,