Add echo-message support for IRC (#4157)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mm2PL
2022-11-18 17:08:15 +01:00
committed by GitHub
parent 49eb5c90cf
commit 8627d6c919
4 changed files with 24 additions and 1 deletions
+4
View File
@@ -20,6 +20,8 @@ public:
const QString &nick();
const QString &userFriendlyIdentifier();
bool hasEcho() const;
// AbstractIrcServer interface
protected:
void initializeConnectionSignals(IrcConnection *connection,
@@ -36,6 +38,8 @@ protected:
private:
// pointer so we don't have to circle include Irc2.hpp
IrcServerData *data_;
bool hasEcho_{false};
};
} // namespace chatterino