Project

General

Profile

$wildsite » History » Version 1

Per Amundsen, 08/10/2015 07:13 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$wildsite*
4
5
Returns the portion of [[$address]] after the @ for the user associated with an [[Scripting_Events|event]] in the form *!*@host.
6
7
*Example*
8
9
<pre>
10
; Prrint the wildsite address on an incoming message.
11
on *:TEXT:*:*:echo -ag The wildsite address is $wildsite
12
</pre>