mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Fix #1959: Do not block /join command from being sent
This commit is contained in:
parent
4f5807b8fe
commit
869e978a99
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ function join(args) {
|
|||
const chan = findCurrentNetworkChan(channel);
|
||||
if (chan.length) {
|
||||
chan.click();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue