Add better support for IRC private messages (#4158)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mm2PL
2022-11-18 20:11:56 +01:00
committed by GitHub
parent 79a36e763d
commit 2f4272cc2a
7 changed files with 215 additions and 91 deletions
+4
View File
@@ -21,6 +21,10 @@ public:
const QString &userFriendlyIdentifier();
bool hasEcho() const;
/**
* @brief sends a whisper to the target user (PRIVMSG where a user is the target)
*/
void sendWhisper(const QString &target, const QString &message);
// AbstractIrcServer interface
protected: