From WikiChip
Difference between revisions of "mirc/identifiers/$iaddress"
(Created page with "{{mirc title|$iaddress Identifier}}'''$iaddress''' returns the ip address, if avaible, inside an {{on events/on dns}} event. == Synopsis == <pre>$iaddress</pre> == Paramter...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|$iaddress Identifier}}'''$iaddress''' returns the ip address, if avaible, inside an {{ | + | {{mirc title|$iaddress Identifier}}'''$iaddress''' returns the ip address, if avaible, inside an {{mIRC|on dns}} event. |
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | {{mIRC| | + | {{mIRC|$dns}} |
{{mIRC|$raddress}} | {{mIRC|$raddress}} | ||
{{mIRC|$maddress}} | {{mIRC|$maddress}} | ||
+ | {{mIRC|$naddress}} | ||
− | [[Category:mIRC identifiers | + | |
+ | [[Category:mIRC identifiers]] |
Latest revision as of 16:17, 2 November 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$iaddress returns the ip address, if avaible, inside an on dns event.
Synopsis[edit]
$iaddress
Paramters[edit]
None
Properties[edit]
None
Example[edit]
on *:dns:echo -a $iaddress
Compatibility[edit]
Added: mIRC v4.7
Added on: 09 Dec 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.