X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.cpp;h=6baf95246cf69f8e9461cd8818597d109ff9adf5;hp=1be26927377fcca4879f84fc1397e2599d5185bd;hb=70955828d6ffab8c39435fe48a923d0c7dbbb678;hpb=efe1292ee3dffb7fe2f8cee2c4c2767cd53efb34 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); }