From WikiChip
Difference between revisions of "mirc/identifiers/$fulladdress"
(Created page with "{{mirc title|$fulladdress Identifier}}'''$fulladdress''' returns the full address of the user triggering an event in the form nick!user@host. == Synopsis == <pre>$fulladdress...") |
m |
||
Line 1: | Line 1: | ||
{{mirc title|$fulladdress Identifier}}'''$fulladdress''' returns the full address of the user triggering an event in the form nick!user@host. | {{mirc title|$fulladdress Identifier}}'''$fulladdress''' returns the full address of the user triggering an event in the form nick!user@host. | ||
+ | |||
== Synopsis == | == Synopsis == | ||
Line 22: | Line 23: | ||
{{mIRC|$wildsite}} | {{mIRC|$wildsite}} | ||
{{mIRC|$address}} | {{mIRC|$address}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|fulladdress]] |
Revision as of 14:14, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$fulladdress returns the full address of the user triggering an event in the form nick!user@host.
Synopsis
$fulladdress
Paramters
None
Properties
None
Example
on *:text:*:#:echo -a $fulladdress
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.