<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Wildcards</id>
	<title>Wildcards - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Wildcards"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=Wildcards&amp;action=history"/>
	<updated>2026-06-04T03:55:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=Wildcards&amp;diff=4935&amp;oldid=prev</id>
		<title>Aca20031 at 16:51, 31 July 2009</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=Wildcards&amp;diff=4935&amp;oldid=prev"/>
		<updated>2009-07-31T16:51:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Wildcard characters is the name given to the special meta characters *, &amp;amp;, and ?. These characters are used to &amp;quot;match&amp;quot; strings of text without knowing exactly what will be said.&lt;br /&gt;
&lt;br /&gt;
The characters are as follows:&lt;br /&gt;
* * - Matches anything. From nothing at all, to one letter, to one word, to several words.&lt;br /&gt;
* &amp;amp; - Matches one word. Does not include the space&lt;br /&gt;
* ? - Matches one letter (or other character such as a number or a special symbol)&lt;br /&gt;
&lt;br /&gt;
==Using Wild Cards in Events==&lt;br /&gt;
&lt;br /&gt;
Wild cards in mIRC are used most often in events, such as the [[on text]] event.  The [[on text]] event&amp;#039;s syntax is as follows:&lt;br /&gt;
 on &amp;lt;level&amp;gt;:TEXT:&amp;lt;matchtext&amp;gt;:&amp;lt;*&amp;gt;&amp;lt;?&amp;gt;&amp;lt;#[,#]&amp;gt;:&amp;lt;commands&amp;gt;&lt;br /&gt;
(For more information on this event, see the [[on text|on text event page]], as it will not be covered in detail here.)&lt;br /&gt;
&lt;br /&gt;
This event &amp;#039;triggers&amp;#039; when someone types a line that matches &amp;quot;matchtext&amp;quot;. By default, matchtext is a wildcard string. Common uses would be:&lt;br /&gt;
&lt;br /&gt;
* !help - No wildcard characters. Matches ONLY the word &amp;quot;!help.&amp;quot; will NOT match &amp;quot;!help topics&amp;quot;&lt;br /&gt;
* !help &amp;amp; - The &amp;amp; (word) matching character. Matches !help &amp;lt;anyword&amp;gt;. The word is required. Will NOT match &amp;quot;!help topics please&amp;quot;&lt;br /&gt;
* !help* - The * operator matches anything (and nothing). This format will match !help by itself, since * can match nothing. It will also match !helpmeplease or !help me please. It will NOT match ...!help because the * operator only follows !help. &lt;br /&gt;
* ?help - The ? operator here matches any character. So it will match &amp;quot;!help&amp;quot; &amp;quot;^help&amp;quot; &amp;quot;&amp;amp;help&amp;quot; etc etc. It will NOT match &amp;quot;help&amp;quot; by itself, or &amp;quot;!help please&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==More Examples==&lt;br /&gt;
 ; Matches !join #anything, for joining channels. Note this will also match !join #channel somethingelse&lt;br /&gt;
 !join #*&lt;br /&gt;
&lt;br /&gt;
 ; Matches !join &amp;lt;anything&amp;gt;. Note while this will match !join #foo, it will also match !join notachannel. It will not match !join #channel somethingelse&lt;br /&gt;
 !join &amp;amp;&lt;br /&gt;
&lt;br /&gt;
 ; Matches !join #anything. Unlike the use of the * operator, this will NOT match !join #channel somethingelse. It will also match @join #anything, *join #anything, etc.&lt;br /&gt;
 ?join #&amp;amp;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[If#iswm|iswm]] - using wild cards in [[If]] statements&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Aca20031</name></author>
	</entry>
</feed>