common: Port remote nicks to NickHighlightMatcher
[quassel.git] / src / core / corehighlightrulemanager.cpp
index eed5655..b9c81be 100644 (file)
@@ -48,5 +48,6 @@ void CoreHighlightRuleManager::save()
 bool CoreHighlightRuleManager::match(const RawMessage &msg, const QString &currentNick,
                                      const QStringList &identityNicks)
 {
-    return match(msg.text, msg.sender, msg.type, msg.flags, msg.target, currentNick, identityNicks);
+    return match(msg.networkId, msg.text, msg.sender, msg.type, msg.flags, msg.target, currentNick,
+                 identityNicks);
 }