$wildsite

From Scriptwiki
Jump to: navigation, search

Returns the address of the 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

  • $fulladdress returns the full address of the user triggering an event in the form nick!user@host.
  • $site returns the portion of $address after the @ related to an event.