From WikiChip
mirc/identifiers/$dname
< mirc‎ | identifiers
Revision as of 14:37, 1 July 2014 by Zmodem (talk | contribs) (Created $dname identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The $dname identifier is used within an ON DIALOG event to get the name of the dialog that triggered the event.

Synopsis

$dname

Parameters

None

Example

When any dialog opens, echo the name of the dialog to the active window:

ON *DIALOG:*:init:0:echo -a $dname

Compatbility

Added: mIRC v5.5

Added On: 08/01/99

See Also