common: Add inverted scope match rules to ignores
[quassel.git] / src / qtui / settingspages / ignorelisteditdlg.ui
index 8938b8e..5cf6070 100644 (file)
@@ -184,9 +184,16 @@ Whenever you disable/delete the ignore rule, the messages are shown again.</p
 <p>A scope rule is a semicolon separated list of either <i>network</i> or <i>channel</i> names.</p>
 <p><i>Example:</i>
 <br />
-<i>#quassel*; #foobar</i>
+<i>#quassel*; #foobar; !#quasseldroid</i>
 <br />
-would match on #foobar and on any channel starting with &lt;i&gt;#quassel&lt;/i&gt;&lt;/p&gt;</string>
+would match on #foobar and on any channel starting with &lt;i&gt;#quassel&lt;/i&gt; except for &lt;i&gt;#quasseldroid&lt;/i&gt;
+&lt;br /&gt;
+&lt;p&gt;If only inverted names are specified, it will match anything except for what's specified (implicit wildcard).&lt;/p&gt;
+&lt;p&gt;&lt;i&gt;Example:&lt;/i&gt;
+&lt;br /&gt;
+&lt;i&gt;!#quassel*; !#foobar&lt;/i&gt;
+&lt;br /&gt;
+would match anything except for #foobar or any channel starting with &lt;i&gt;#quassel&lt;/i&gt;&lt;/p&gt;</string>
         </property>
        </widget>
       </item>