X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fcorehighlightrulemanager.cpp;h=d7ccd8f8bccb8eda224dac974adc1edcfe6f1e69;hb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;hp=c35ca508b52e465c468250f60d90751409c7967c;hpb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;p=quassel.git diff --git a/src/core/corehighlightrulemanager.cpp b/src/core/corehighlightrulemanager.cpp index c35ca508..d7ccd8f8 100644 --- a/src/core/corehighlightrulemanager.cpp +++ b/src/core/corehighlightrulemanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -53,5 +53,5 @@ void CoreHighlightRuleManager::save() const bool CoreHighlightRuleManager::match(const RawMessage &msg, const QString ¤tNick, const QStringList &identityNicks) { - return _match(msg.text, msg.sender, msg.type, msg.flags, msg.target, currentNick, identityNicks); + return match(msg.text, msg.sender, msg.type, msg.flags, msg.target, currentNick, identityNicks); }