X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.cpp;h=95a9988e59c7db821194015e4f9eeec43acb6ec4;hb=09e964ea3cd4995374dd7adb33256f3cefd47032;hp=8af827da92d4659649b357559204aa667089c481;hpb=095d3006b60d64ef3a705ee204afe5e555ca8729;p=quassel.git diff --git a/src/client/clientuserinputhandler.cpp b/src/client/clientuserinputhandler.cpp index 8af827da..95a9988e 100644 --- a/src/client/clientuserinputhandler.cpp +++ b/src/client/clientuserinputhandler.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -140,6 +140,12 @@ void ClientUserInputHandler::handleIgnore(const BufferInfo &bufferInfo, const QS ); } +void ClientUserInputHandler::handleList(const BufferInfo &bufferInfo, const QString &text) +{ + Q_UNUSED(text) + Client::instance()->displayChannelList(bufferInfo.networkId()); +} + void ClientUserInputHandler::switchBuffer(const NetworkId &networkId, const QString &bufferName) {