X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.cpp;h=6baf95246cf69f8e9461cd8818597d109ff9adf5;hb=7cf8b4e04ae10dd68d344444c49499d4f916394c;hp=1be26927377fcca4879f84fc1397e2599d5185bd;hpb=8e93326fd70af3c0accc599770796619ef3cee6e;p=quassel.git diff --git a/src/client/clientuserinputhandler.cpp b/src/client/clientuserinputhandler.cpp index 1be26927..6baf9524 100644 --- a/src/client/clientuserinputhandler.cpp +++ b/src/client/clientuserinputhandler.cpp @@ -142,8 +142,8 @@ void ClientUserInputHandler::handleIgnore(const BufferInfo &bufferInfo, const QS void ClientUserInputHandler::handleList(const BufferInfo &bufferInfo, const QString &text) { - // Pass along any potential search parameters - Client::instance()->displayChannelList(bufferInfo.networkId(), text); + // Pass along any potential search parameters, list channels immediately + Client::instance()->displayChannelList(bufferInfo.networkId(), text, true); }