Project

General

Profile

On WALLOPS » History » Version 3

Per Amundsen, 01/22/2017 04:29 AM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*<notextile>on <level>:WALLOPS:<matchtext>:<commands></notextile>*
4
5
Triggers when you receive a wallops message.
6
7 3 Per Amundsen
_Haltable using ^_
8
9 1 Per Amundsen
<level> - The level for the event to trigger.
10
<matchtext> - The [[Matchtext]] to listen to.
11
<commands> - The commands to be performed when the event listener's criteria is met.
12
13
*Example*
14
15
<pre>
16 2 Per Amundsen
on *:WALLOPS:*:echo -ag Received wallops message $1- from $nick
17 1 Per Amundsen
</pre>