X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.cpp;h=561eb3d8cedf3e860df1e58572d099e0635d558c;hp=8af827da92d4659649b357559204aa667089c481;hb=928af86f954aaa925b35505957faced2ea5ac964;hpb=d639576f81d65d3b1dbfc710be2f726bed55ae50 diff --git a/src/client/clientuserinputhandler.cpp b/src/client/clientuserinputhandler.cpp index 8af827da..561eb3d8 100644 --- a/src/client/clientuserinputhandler.cpp +++ b/src/client/clientuserinputhandler.cpp @@ -140,6 +140,11 @@ void ClientUserInputHandler::handleIgnore(const BufferInfo &bufferInfo, const QS ); } +void ClientUserInputHandler::handleList(const BufferInfo &bufferInfo, const QString &text) +{ + emit Client::instance()->showChannelList(bufferInfo.networkId()); +} + void ClientUserInputHandler::switchBuffer(const NetworkId &networkId, const QString &bufferName) {