Various buildsystem improvements:
[quassel.git] / src / core / ircserverhandler.cpp
index b6879bb..460f10a 100644 (file)
@@ -796,6 +796,8 @@ void IrcServerHandler::handle324(const QString &prefix, const QList<QByteArray>
 /* RPL_??? - "<channel> <creation time (unix)>" */
 void IrcServerHandler::handle329(const QString &prefix, const QList<QByteArray> &params) {
   Q_UNUSED(prefix);
+  Q_UNUSED(params)
+#warning "Implement handle329 (Channel creation time)"
   // FIXME implement this... 
 }