Difference between revisions of "$wildsite"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 18:26, 22 April 2006

Returns the address of a user who triggered an event in the form *!*@host.

$wildsite

Example

on *:JOIN:#: {
  if ($nick === Dana) {
    echo -ag $wildsite ; returns *!*@staff.quakenet.org
  }
}

See also

$site Returns the portion of $address after the @ related to an event.