Matchtarget » History » Revision 7
Revision 6 (Per Amundsen, 11/14/2015 02:00 AM) → Revision 7/24 (Per Amundsen, 11/14/2015 02:01 AM)
{{>toc}}
h1. Matchtarget
A <matchtarget> is a text pattern that AdiIRC will use to compare with a target window during a [[Scripting_Events|scripting event]].
Different events have different valid window locations.
<notextile>= - Defines dcc chat window location.</notextile>
<notextile>@ - Defines custom window location.</notextile>
<notextile>? - Defines query location.</notextile>
<notextile># - Defines channel location.</notextile>
<notextile>* - Defines any window locations.</notextile>
<notextile>%var - A [[Scripting_Variables|variable]] containing a window or a list of window is also acceptable.</notextile>