From WikiChip
Difference between revisions of "mirc/identifiers/$dname"
< mirc‎ | identifiers

m (Bot: Adding a template (template:mIRC identifier list))
m (Bot: Fixing links)
Line 22: Line 22:
 
* [[$didreg identifier - mIRC|$didreg]]
 
* [[$didreg identifier - mIRC|$didreg]]
 
* [[$didtok identifier - mIRC|$didtok]]
 
* [[$didtok identifier - mIRC|$didtok]]
* [[/dialog command - mIRC|/dialog]]
+
* {{mIRC|/dialog}}
* [[/did command - mIRC|/did]]
+
* {{mIRC|/did}}
* [[/didtok command - mIRC|/didtok]]
+
* {{mIRC|/didtok}}
 
* [[On dialog - mIRC|ON DIALOG]]
 
* [[On dialog - mIRC|ON DIALOG]]
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 20:04, 5 July 2014

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

[Expand]
v · d · e mIRC identifier list