X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.cpp;h=460f10a9f44b1c98e562e6676df505ee81184c7a;hb=9861cef46e8a052140070b4c643092f9c62aa6df;hp=b6879bb4f8cf415952d45137b3d5532a98b15a60;hpb=ce4dc5d6d32af97589c15529f67f15218c381488;p=quassel.git diff --git a/src/core/ircserverhandler.cpp b/src/core/ircserverhandler.cpp index b6879bb4..460f10a9 100644 --- a/src/core/ircserverhandler.cpp +++ b/src/core/ircserverhandler.cpp @@ -796,6 +796,8 @@ void IrcServerHandler::handle324(const QString &prefix, const QList /* RPL_??? - " " */ void IrcServerHandler::handle329(const QString &prefix, const QList ¶ms) { Q_UNUSED(prefix); + Q_UNUSED(params) +#warning "Implement handle329 (Channel creation time)" // FIXME implement this... }