X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=169ec16f4f133fccf0dafee4c1de43463e1f2cc2;hb=57982f5802c957e768ce842888591115694fcbef;hp=35847c1f53b2a53d348779f77052bd0905f50cc4;hpb=ac374ec32612798c230d54665f6bce7faf416602;p=quassel.git diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index 35847c1f..169ec16f 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-10 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -24,11 +24,11 @@ #include #include -#include "basichandler.h" +#include "corebasichandler.h" class CoreListIgnoreListManager; -class CtcpHandler : public BasicHandler { +class CtcpHandler : public CoreBasicHandler { Q_OBJECT public: @@ -50,6 +50,7 @@ public: public slots: void handleAction(CtcpType, const QString &prefix, const QString &target, const QString ¶m); void handlePing(CtcpType, const QString &prefix, const QString &target, const QString ¶m); + void handleTime(CtcpType, const QString &prefix, const QString &target, const QString ¶m); void handleVersion(CtcpType, const QString &prefix, const QString &target, const QString ¶m); void defaultHandler(const QString &cmd, CtcpType ctcptype, const QString &prefix, const QString &target, const QString ¶m);