$target

From Scriptwiki
Revision as of 17:37, 16 December 2005 by Albie (talk | contribs)

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

Returns the name of the target for a specific event.

$target

It takes no parameters.

on *:text:hello:*: { msg $target $nick Hello $nick $+ ! }

If a user said hello in a channel, this would message the channel, if a user private messaged you, it would private message them back. It would also trigger in DCC Chats and File Serve.

See Also