From WikiChip
Difference between revisions of "mirc/identifiers/$wildsite"
< mirc‎ | identifiers

(Created page with "{{mirc title|$wildsite Identifier}}'''$wildsite''' return the address of the user who triggered an event in the form *!*@host. == Synopsis == <pre>$wildsite</pre> == Paramte...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{mirc title|$wildsite Identifier}}'''$wildsite''' return the address of the user who triggered an event in the form *!*@host.
+
{{mirc title|$wildsite identifier}}'''$wildsite''' returns the address of the user who triggered an event in the form *!*@host.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
 
<pre>$wildsite</pre>
 
<pre>$wildsite</pre>
  
== Paramters ==
+
== Parameters ==
 
 
 
None
 
None
  
 
== Properties ==
 
== Properties ==
 
 
None
 
None
  
Line 15: Line 14:
 
<source lang="mIRC">
 
<source lang="mIRC">
 
on *:text:*:#:{
 
on *:text:*:#:{
echo -a $wildsite
+
  echo -a $wildsite
 
}</source>
 
}</source>
  
Line 22: Line 21:
  
 
== See Also ==
 
== See Also ==
{{mIRC|$site}}
+
* {{mIRC|$site}}
{{mIRC|$fulladdress}}
+
* {{mIRC|$fulladdress}}
[[Category:MIRC identifiers]]
+
{{mIRC identifier list}}
 +
 
 +
[[Category:mIRC identifiers|wildsite]]

Latest revision as of 18:15, 22 September 2017

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


Synopsis[edit]

$wildsite

Parameters[edit]

None

Properties[edit]

None

Example[edit]

on *:text:*:#:{
  echo -a $wildsite
}

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.


See Also[edit]

[Expand]
v · d · e mIRC identifier list