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
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 13:
 
<source lang="mIRC">
 
<source lang="mIRC">
 
on *:text:*:#:{
 
on *:text:*:#:{
echo -a $wildsite
+
  echo -a $wildsite
 
}</source>
 
}</source>
  
Line 24: Line 22:
 
{{mIRC|$site}}
 
{{mIRC|$site}}
 
{{mIRC|$fulladdress}}
 
{{mIRC|$fulladdress}}
[[Category:MIRC identifiers]]
+
{{mIRC identifier list}}
 +
 
 +
[[Category:mIRC identifiers|wildsite]]

Revision as of 18:09, 22 September 2017

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

Synopsis

$wildsite

Parameters

None

Properties

None

Example

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

Compatibility

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

$site $fulladdress

[Expand]
v · d · e mIRC identifier list