diff --git a/push.cpp b/push.cpp index 63dee30..d8075c1 100755 --- a/push.cpp +++ b/push.cpp @@ -874,15 +874,15 @@ class CPushMod : public CModule options["highlight"].Split(" ", values, false); values.push_back("%nick%"); + bool matched = false; + bool negated = false; + for (VCString::iterator i = values.begin(); i != values.end(); i++) { CString value = i->AsLower(); char prefix = value[0]; bool negate_match = false; - bool matched = false; - bool negated = false; - if (prefix == '-') { negate_match = true;