moved menu code to ripple effect button

This commit is contained in:
fourtf
2018-08-07 23:46:00 +02:00
parent e1b8faacc9
commit 7a9af4ae84
13 changed files with 198 additions and 170 deletions
-2
View File
@@ -96,8 +96,6 @@ void TwitchServer::privateMessageReceived(Communi::IrcPrivateMessage *message)
void TwitchServer::messageReceived(Communi::IrcMessage *message)
{
qDebug() << message->toData();
// this->readConnection
if (message->type() == Communi::IrcMessage::Type::Private) {
// We already have a handler for private messages