X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=59db0767b7a2e9fb57d3a56f45b41d1270512322;hp=35cab47d89f695dc80bc7e176d24513aba62853b;hb=e8313fd543561e6ee24439d6cc14d26395128622;hpb=e008cd12ef319c4b5f9fe5a8cc1524829551771d diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index 35cab47d..59db0767 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -30,11 +30,11 @@ class CtcpHandler : public BasicHandler { Q_OBJECT public: - CtcpHandler(Server *parent = 0); + CtcpHandler(NetworkConnection *parent = 0); enum CtcpType {CtcpQuery, CtcpReply}; - QStringList parse(CtcpType, QString prefix, QString target, QString message); + void parse(Message::Type, QString prefix, QString target, QString message); QString dequote(QString); QString XdelimDequote(QString);