X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.cpp;h=30f5e2adfdc91b29168a7697e2d17c7b42d3e476;hp=d51bb0d688d2732318bdc5f312318abd318ad82c;hb=513c0edce6f4c69f16e6a00c144877e8d5940096;hpb=863b09125c3bed80b3dfa65eacf587d8bcd3e1e3 diff --git a/src/core/ircserverhandler.cpp b/src/core/ircserverhandler.cpp index d51bb0d6..30f5e2ad 100644 --- a/src/core/ircserverhandler.cpp +++ b/src/core/ircserverhandler.cpp @@ -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 * @@ -33,7 +33,7 @@ #include IrcServerHandler::IrcServerHandler(CoreNetwork *parent) - : BasicHandler(parent), + : CoreBasicHandler(parent), _whois(false) { connect(parent, SIGNAL(disconnected(NetworkId)), this, SLOT(destroyNetsplits())); @@ -1165,7 +1165,6 @@ bool IrcServerHandler::checkParamCount(const QString &methodName, const QList