$event

From Scriptwiki
Revision as of 23:48, 10 April 2008 by Daveoh (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the name of the event that was triggered.

$event
  • This function has no parameters.

Example

on *:TEXT:*:#:echo -sg $nick said $1- in a $event event.

Echoes what the user said "in a text event." to the status window.

See Also