$devent: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
(No difference)

Revision as of 17:06, 10 May 2008

Returns the event name in an On dialog event.

$devent

Examples

On *:DIALOG:myDialog:*:*: {
 echo -a $devent on $dname item $did
}