new handler for ctcp clientinfo, fixes #1012
[quassel.git] / src / core / ctcphandler.h
index e44321b..fde488d 100644 (file)
@@ -49,7 +49,9 @@ public:
 
 public slots:
   void handleAction(CtcpType, const QString &prefix, const QString &target, const QString &param);
+  void handleClientinfo(CtcpType, const QString &prefix, const QString &target, const QString &param);
   void handlePing(CtcpType, const QString &prefix, const QString &target, const QString &param);
+  void handleTime(CtcpType, const QString &prefix, const QString &target, const QString &param);
   void handleVersion(CtcpType, const QString &prefix, const QString &target, const QString &param);
 
   void defaultHandler(const QString &cmd, CtcpType ctcptype, const QString &prefix, const QString &target, const QString &param);