From WikiChip
On Tabcomp - Events - mIRC
< mirc‎ | on events
Revision as of 18:34, 13 January 2018 by Ouims (talk | contribs) (Created page with "{{mirc title|On Tabcomp - Events}} The '''ON TABCOMP''' event triggers when you press the tab key in an editbox '''Note''': This event is not triggered in an empty editbox if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ON TABCOMP event triggers when you press the tab key in an editbox

Note: This event is not triggered in an empty editbox if you have the 'Tab key changes editbox focus' option enabled in alt + o > other > keys.


Synopsis[edit]

ON <level>:tabcomp:<*><=><!><@><?>#[,#]>:<commands>

Parameters[edit]

  • <level> - The corresponding access levels for the event to trigger.
  • <matchtext> - The corresponding matchtext for the event to trigger.
  • <*><?><#[,#]> - The place, or places where the event listens, you can specify specific name of window, seperate them by comma.
    • * - Any query/channel window
    • ? - Any query windows
    • # - Any channel window
  • <commands> - The commands to be performed when the event triggers

Examples[edit]

None

Compatibility[edit]

Added: mIRC v6.2
Added on: 28 Jul 2006
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]