Project

General

Profile

On WALLOPS » History » Version 2

Per Amundsen, 11/17/2015 12:52 PM

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
<level> - The level for the event to trigger.
8
<matchtext> - The [[Matchtext]] to listen to.
9
<commands> - The commands to be performed when the event listener's criteria is met.
10
11
*Example*
12
13
<pre>
14 2 Per Amundsen
on *:WALLOPS:*:echo -ag Received wallops message $1- from $nick
15 1 Per Amundsen
</pre>