From WikiChip
Difference between revisions of "mirc/identifiers/$site"
(Created page with "{{mirc title|$site Identifier}}'''$site''' returns the portion of {{mIRC|$address} after the @ for the user associated with an event in the form user@host. == Synopsis == <p...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$site Identifier}}'''$site''' returns the portion of {{mIRC|$address} after the @ for the user associated with an event in the form user@host. | + | {{mirc title|$site Identifier}}'''$site''' returns the portion of {{mIRC|$address}} after the @ for the user associated with an event in the form user@host. |
Revision as of 17:55, 10 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$site returns the portion of $address after the @ for the user associated with an event in the form user@host.
Synopsis
$site
Paramters
None
Properties
None
Example
on *:text:*:#:{ echo -a $site }
Compatibility
Added: mIRC v3.9
Added on: 28 Dec 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.