X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcpparser.h;fp=src%2Fcore%2Fctcpparser.h;h=5847785ba393fb0da6797ecedce199535ea4114d;hp=d3f50c9b994e6b79862b40ec208292f4347bf2e3;hb=fd92bfb1f093dcc6295ca9de2c34780d288b0fe2;hpb=a272baf28f926a9e66be767936dd38b6b4aa94da diff --git a/src/core/ctcpparser.h b/src/core/ctcpparser.h index d3f50c9b..5847785b 100644 --- a/src/core/ctcpparser.h +++ b/src/core/ctcpparser.h @@ -75,6 +75,9 @@ protected: QByteArray pack(const QByteArray &ctcpTag, const QByteArray &message); void packedReply(CoreNetwork *network, const QString &bufname, const QList &replies); +private slots: + void setStandardCtcp(bool enabled); + private: inline QString targetDecode(IrcEventRawMessage *e, const QByteArray &msg) { return coreNetwork(e)->userDecode(e->target(), msg); }