Merge pull request #2013 from thelounge/xpaw/fix-1959
Fix #1959: Do not block /join command from being sent
This commit is contained in:
commit
1904e9b0ab
@ -70,7 +70,6 @@ function join(args) {
|
|||||||
const chan = findCurrentNetworkChan(channel);
|
const chan = findCurrentNetworkChan(channel);
|
||||||
if (chan.length) {
|
if (chan.length) {
|
||||||
chan.click();
|
chan.click();
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user