mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
'/join' now works with passwords
This commit is contained in:
parent
fa97a5177c
commit
338fe0898f
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ module.exports = function(network, chan, cmd, args) {
|
|||
}
|
||||
if (args.length !== 0) {
|
||||
var irc = network.irc;
|
||||
irc.join(args);
|
||||
irc.join(args[0], args[1]);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue