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 (→Compatibility: This was added in 4.6) |
||
(One intermediate revision by one other user not shown) | |||
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 16: | Line 17: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|4.6}} |
== See Also == | == See Also == | ||
Line 22: | Line 23: | ||
{{mIRC|$wildsite}} | {{mIRC|$wildsite}} | ||
{{mIRC|$address}} | {{mIRC|$address}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|fulladdress]] |
Latest revision as of 04:08, 30 January 2024
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[edit]
$fulladdress
Paramters[edit]
None
Properties[edit]
None
Example[edit]
on *:text:*:#:echo -a $fulladdress
Compatibility[edit]
Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.