AddEdit Highlight Dialog » History » Revision 19
Revision 18 (Per Amundsen, 05/24/2018 10:08 AM) → Revision 19/24 (Per Amundsen, 08/25/2018 05:16 AM)
{{>toc}}
h1. Add/Edit Highlight Dialog
!AddEditHighlight.png!
h2. Highlight
The word(s) to highlight.
_[[$me]] can be used to refer to your current nick._
_The Highlight trigger will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._
_Identifiers like [[$me]] must be surrounded by spaces, [[$+]] can be used to combine a identifier with something else, eg. $me $+ + to create Nick+._
_See also [[$highlight]]._
_This applies to regex as well._
h2. Match on
Search the Message and/or the Nickname for matching word(s).
h2. Case sensitive
If enabled, only exact matches will trigger.
h2. Regex
If enabled, the highlight word(s) can be a [[Scripting_Regex|regular expression]]
h2. Sound
When highlight word(s) is matched, play a beep, a sound file or nothing.
h2. Color
Color the match using the mIRC colors 0-15.
_The first color in the dropdown is the [[Options_Dialog|Options]] -> [[Colors_Options|Colors]] -> Highlight color._
_The last dropdown item allows you to select any color you want._
h2. Flash message [X] times
When highlight word(s) is matched, flashes the main window in the Taskbar [X] times.
h2. Tip message for [X] seconds
When highlight word(s) is matched, shows a Tip message for [X] seconds.
h2. Network or Server address
If filled, will only match the highlight word(s) if the network or server address also matches the current server.
_Multiple networks can be added using comma, [[Scripting_Wildcards|wildcards]] is allowed._
h2. Channel(s)
If filled, will only match the highlight word(s) if the message originated on the matched channel name.
_Multiple channels can be added using comma, [[Scripting_Wildcards|wildcards]] is allowed._
h2. Message
The Tip message to show when highlight word(s) is matched.
_The Tip message will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._
h2. Run command
When highlight word(s) is matched, run a command.
_The command will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._