Project

General

Profile

Scripting Events » History » Version 10

Per Amundsen, 06/25/2014 01:03 PM

1 1 Per Amundsen
h1. Scripting Events
2
3 8 Per Amundsen
Supported <level> prefixes:
4
5
^ - Enable halt events (hide default text output from the event)
6
! - Ignore events made by you
7
@ - Only trigger if you have channel op
8
$ - Indicate the wildcard text is a regular expression.
9
me: - Ignore events not made by you.
10 6 Per Amundsen
11 9 Per Amundsen
User level access is not implemented yet.
12 6 Per Amundsen
13 2 Per Amundsen
<pre>
14 1 Per Amundsen
raw <numeric>:<matchtext>:<commands>
15
16
ctcp <level>:<matchtext>:<*|#|?>:<commands>
17
18 4 Per Amundsen
on <level>:SOCKOPEN:name:commands
19 1 Per Amundsen
20 4 Per Amundsen
on <level>:SOCKREAD:name:commands
21 1 Per Amundsen
22 4 Per Amundsen
on <level>:SOCKLISTEN:name:commands
23 1 Per Amundsen
24 4 Per Amundsen
on <level>:SOCKCLOSE:name:commands
25 1 Per Amundsen
26 4 Per Amundsen
on <level>:SIGNAL:name:command
27 1 Per Amundsen
28
on <level>:LOGON:*:<commands>
29
30
on <level>:DNS:<commands>
31
32
on <level>:CTCPREPLY:<matchtext>:<commands>
33
34
on <level>:OPEN|CLOSE:<?|@|=|!|*>:<matchtext>:<commands>
35
36 5 Per Amundsen
on <level>:APPACTIVE:<commands>
37
38 1 Per Amundsen
on <level>:ACTIVE:<*#?=!@>:<commands>
39
40
on <level>:HOTLINK:<matchtext>:<*#?=!@>:<commands>
41
42
on <level>:INVITE:<#[,#]>:<commands>
43
44
on <level>:TABCOMP:<*#?=!@>:<commands>
45
46
on <level>:WALLOPS:<matchtext>:<commands>
47
48
on <level>:ERROR:<matchtext>:<commands>
49
50
on <level>:RAWMODE:#:<commands>
51
52
on <level>:DEHELP:<#[,#]>:<commands>
53
54
on <level>:HELP:<#[,#]>:<commands>
55
56
on <level>:DEVOICE:<#[,#]>:<commands>
57
58
on <level>:VOICE:<#[,#]>:<commands>
59
60
on <level>:DEOP:<#[,#]>:<commands>
61
62
on <level>:OP:<#[,#]>:<commands>
63
64
on <level>:INPUT:<*#?=!@>:<commands>
65
66
on <level>:UNBAN:<#[,#]>:<commands>
67
68
on <level>:BAN:<#[,#]>:<commands>
69
70
on <level>:CHAT:<matchtext>:<commands>
71
72
on <level>:KICK:<#[,#]>:<commands>
73
74
on <level>:NOTIFY:<commands>
75
76
on <level>:UNNOTIFY:<commands>
77
78
on <level>:NICK:<commands>
79
80
on <level>:QUIT:<commands>
81
82
on <level>:LOAD:<commands>
83
84
on <level>:UNLOAD:<commands>'
85
86
on <level>:START:<commands>
87
88
on <level>:EXIT:<commands>
89
90
on <level>:DNS:<commands>
91
92
on <level>:CONNECTFAIL:<commands>
93
94
on <level>:CONNECT:<commands>
95
96
on <level>:DISCONNECT:<commands>
97
98
on <level>:TOPIC:<#[,#]>:<commands>
99
100
on <level>:USERMODE:<commands>
101
102
on <level>:MODE:<#[,#]>:<commands>
103
104
on <level>:PART:<#[,#]>:<commands>
105
106
on <level>:JOIN:<#[,#]>:<commands>
107
108
on <level>:SNOTICE:<matchtext>:<commands>
109
110
on <level>:NOTICE:<matchtext>:<*><?><#[,#]>:<commands>
111
112
on <level>:ACTION:<matchtext>:<*><?><#[,#]>:<commands>
113
114
on <level>:TEXT:<matchtext>:<*><?><#[,#]>:<commands>
115 3 Per Amundsen
116
This event is added as a replacement for OnSongChanged
117
on <level>:SONG:<commands>
118 7 Per Amundsen
119 10 Per Amundsen
Triggers whenever the config file is reloaded
120 1 Per Amundsen
on <level>:OPTIONS:<commands>
121 10 Per Amundsen
122
Triggers whenever the client sends a client text to any window, $1- will hold the original client text, haltable.
123
on <level>:CLIENTTEXT:<matchtext>:<*#?=!@>:<commands>
124 3 Per Amundsen
</pre>