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