Difference between revisions of "$site"

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

Revision as of 18:24, 22 April 2006

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

$site

Example

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

See also

$wildsite returns the address of a user who triggered an event in the form *!*@host