Correctly send /list parameters
This commit is contained in:
parent
81ac90f2c1
commit
df698ab3ea
@ -4,6 +4,6 @@ exports.commands = ["list"];
|
||||
|
||||
exports.input = function(network, chan, cmd, args) {
|
||||
network.chanCache = [];
|
||||
network.irc.list(args);
|
||||
network.irc.list.apply(network.irc, args);
|
||||
return true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user