X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=d15f6e6e9c7f0038fbea6fa887f608111bf82af6;hp=aa42bf9c0c05be317ccbee3a46303e52ed97017b;hb=891c87b4e52022480f2ab71b598bfde721815df5;hpb=f62cdd391a5e30ef2d2ffbcaa0718904b1652d4e diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index aa42bf9c..d15f6e6e 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -30,13 +30,15 @@ class CtcpHandler : public BasicHandler { Q_OBJECT public: - CtcpHandler(NetworkConnection *parent = 0); + CtcpHandler(CoreNetwork *parent = 0); enum CtcpType {CtcpQuery, CtcpReply}; void parse(Message::Type, const QString &prefix, const QString &target, const QByteArray &message); - QByteArray dequote(const QByteArray &); + QByteArray lowLevelQuote(const QByteArray &); + QByteArray lowLevelDequote(const QByteArray &); + QByteArray xdelimQuote(const QByteArray &); QByteArray xdelimDequote(const QByteArray &); QByteArray pack(const QByteArray &ctcpTag, const QByteArray &message);