Fix #1959: Do not block /join command from being sent

This commit is contained in:
Pavel Djundik 2018-01-30 11:14:17 +02:00 committed by GitHub
parent 4f5807b8fe
commit 869e978a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,6 @@ function join(args) {
const chan = findCurrentNetworkChan(channel);
if (chan.length) {
chan.click();
return true;
}
}
}