From WikiChip
Difference between revisions of "mirc/commands/flash"
m (Bot: Fixing compatibility) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/flash Command}} | ||
The '''/flash command''' flashes the mIRC titlebar and tray icon. The title of the window can be set if the parameter is provided. mIRC or the window specified must not be the active window for this to work. The N parts of the switches are optional, if not specified the flashing and beeping will repeat continuously. | The '''/flash command''' flashes the mIRC titlebar and tray icon. The title of the window can be set if the parameter is provided. mIRC or the window specified must not be the active window for this to work. The N parts of the switches are optional, if not specified the flashing and beeping will repeat continuously. | ||
== Synopsis == | == Synopsis == | ||
− | /flash - | + | /flash -wNbNrNc [windowName] [titleText] |
== Switches == | == Switches == | ||
Line 9: | Line 10: | ||
* '''-bN''' - beep, limit to N times | * '''-bN''' - beep, limit to N times | ||
* '''-rN''' - repeat the flashing N times | * '''-rN''' - repeat the flashing N times | ||
+ | * '''-c'''' - clear the flash for all windows | ||
== Parameters == | == Parameters == | ||
Line 37: | Line 39: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|flash command - mIRC]] |
Latest revision as of 04:31, 22 May 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /flash command flashes the mIRC titlebar and tray icon. The title of the window can be set if the parameter is provided. mIRC or the window specified must not be the active window for this to work. The N parts of the switches are optional, if not specified the flashing and beeping will repeat continuously.
Synopsis[edit]
/flash -wNbNrNc [windowName] [titleText]
Switches[edit]
- -wN - play the flash sound, limit to N times
- -bN - beep, limit to N times
- -rN - repeat the flashing N times
- -c' - clear the flash for all windows
Parameters[edit]
- [titleText] - The text to show up in the titlebar
- [windowName] - The window name to flash
Example[edit]
alias example { ; create a new desktop window, minimize it window -den @example ; flash the window, beep flash -b @example }
Compatibility[edit]
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list