diff -r 014f4edd0421 -r 7409084d891f QTfrontend/net/newnetclient.h --- a/QTfrontend/net/newnetclient.h Sun Oct 16 13:14:16 2022 +0300 +++ b/QTfrontend/net/newnetclient.h Sun Oct 16 20:15:57 2022 +0300 @@ -134,6 +134,8 @@ void lobbyChatAction(const QString & nick, const QString & action); void roomChatMessage(const QString & nick, const QString & message); void roomChatAction(const QString & nick, const QString & action); + void lobbyDirectMessage(const QString & nick, const QString & message, bool isEcho); + void roomDirectMessage(const QString & nick, const QString & message, bool isEcho); void chatStringFromNet(const QString&); void roomsList(const QStringList&);