Scripting Events » History » Version 114
Per Amundsen, 07/11/2019 06:24 PM
1 | 109 | Mr. BS | {{css |
---|---|---|---|
2 | body { |
||
3 | counter-reset: count; |
||
4 | } |
||
5 | .tcount { |
||
6 | counter-reset: adi; |
||
7 | } |
||
8 | .tcount a { |
||
9 | counter-increment: count; |
||
10 | } |
||
11 | .tcount strong { |
||
12 | counter-increment: adi; |
||
13 | } |
||
14 | .acounter::before { |
||
15 | content: "Total: " counter(count) " events, " counter(adi) " are AdiIRC exclusive. "; |
||
16 | } |
||
17 | }} |
||
18 | |||
19 | 17 | Per Amundsen | {{>toc}} |
20 | |||
21 | 33 | Per Amundsen | h1. Scripting Event Options |
22 | 1 | Per Amundsen | |
23 | 8 | Per Amundsen | Supported <level> prefixes: |
24 | |||
25 | 11 | Per Amundsen | & - Ignore the event if another event has already halted the text. |
26 | 108 | Per Amundsen | ^ - Enable halt events. (hide default text output from the event) |
27 | ! - Ignore events made by you. |
||
28 | @ - Only trigger if you have channel op. |
||
29 | 113 | Per Amundsen | $ - Indicate the [[Scripting_Wildcards|wildcard]] text is a [[Scripting_Regex|regular expression]]. |
30 | 8 | Per Amundsen | me: - Ignore events not made by you. |
31 | 18 | Per Amundsen | [+]<level> - Level to match. |
32 | 1 | Per Amundsen | |
33 | 33 | Per Amundsen | h1. Scripting Events |
34 | 15 | Per Amundsen | |
35 | 53 | Per Amundsen | Various actions in AdiIRC causes an event to be triggered, these events can be listened to and commands can be performed when they trigger. |
36 | |||
37 | 37 | Per Amundsen | Events in bold are AdiIRC only. |
38 | |||
39 | 109 | Mr. BS | table(tcount). |
40 | 28 | Per Amundsen | |^. [[on RAW]] |
41 | [[on CTCP]] |
||
42 | 91 | Per Amundsen | *[[on ADMIN]]* |
43 | 29 | Per Amundsen | [[on ACTION]] |
44 | [[on ACTIVE]] |
||
45 | 112 | Per Amundsen | [[on APPACTIVE]] |
46 | 29 | Per Amundsen | [[on BAN]] |
47 | 1 | Per Amundsen | [[on CHAT]] |
48 | 37 | Per Amundsen | *[[on CLIENTTEXT]]* |
49 | 30 | Per Amundsen | [[on CLOSE]] |
50 | 29 | Per Amundsen | [[on CONNECT]] |
51 | [[on CONNECTFAIL]] |
||
52 | [[on CTCPREPLY]] |
||
53 | 92 | Per Amundsen | *[[on DEADMIN]]* |
54 | 29 | Per Amundsen | [[on DEHELP]] |
55 | 1 | Per Amundsen | [[on DEOP]] |
56 | 99 | Per Amundsen | [[on DEOWNER]] |
57 | 110 | Per Amundsen | [[on DEVOICE]] |
58 | |^. [[on DIALOG]] |
||
59 | 90 | Per Amundsen | [[on DISCONNECT]] |
60 | 96 | Per Amundsen | *[[on DOWNLOAD]]* |
61 | 1 | Per Amundsen | [[on DNS]] |
62 | 30 | Per Amundsen | [[on ERROR]] |
63 | 29 | Per Amundsen | [[on EXIT]] |
64 | [[on FILERCVD]] |
||
65 | [[on FILESENT]] |
||
66 | [[on GETFAIL]] |
||
67 | [[on HELP]] |
||
68 | [[on HOTLINK]] |
||
69 | 1 | Per Amundsen | [[on INPUT]] |
70 | [[on INVITE]] |
||
71 | 99 | Per Amundsen | [[on JOIN]] |
72 | 96 | Per Amundsen | [[on KEYDOWN]] |
73 | 110 | Per Amundsen | [[on KEYUP]] |
74 | 1 | Per Amundsen | [[on KICK]] |
75 | 112 | Per Amundsen | [[on LOAD]] |
76 | |^. [[on LOGON]] |
||
77 | 97 | Per Amundsen | [[on MIDIEND]] |
78 | 1 | Per Amundsen | [[on MODE]] |
79 | 29 | Per Amundsen | [[on MP3END]] |
80 | 101 | Per Amundsen | *[[on MSCROLL]]* |
81 | 30 | Per Amundsen | [[on NICK]] |
82 | 1 | Per Amundsen | [[on NOTICE]] |
83 | [[on NOTIFY]] |
||
84 | [[on OP]] |
||
85 | [[on OPEN]] |
||
86 | *[[on OPTIONS]]* |
||
87 | 99 | Per Amundsen | [[on OWNER]] |
88 | 1 | Per Amundsen | [[on PARSELINE]] |
89 | [[on PART]] |
||
90 | [[on PING]] |
||
91 | 114 | Per Amundsen | [[on PLAYEND]] |
92 | 91 | Per Amundsen | [[on PONG]] |
93 | 1 | Per Amundsen | [[on QUIT]] |
94 | 114 | Per Amundsen | |^. [[on RAWMODE]] |
95 | *[[on RESUME]]* |
||
96 | 1 | Per Amundsen | [[on SENDFAIL]] |
97 | [[on SERVERMODE]] |
||
98 | 107 | Per Amundsen | [[on SERVEROP]] |
99 | 1 | Per Amundsen | [[on SIGNAL]] |
100 | [[on SNOTICE]] |
||
101 | [[on SOCKCLOSE]] |
||
102 | [[on SOCKLISTEN]] |
||
103 | 29 | Per Amundsen | [[on SOCKOPEN]] |
104 | 1 | Per Amundsen | [[on SOCKREAD]] |
105 | [[on SOCKWRITE]] |
||
106 | 110 | Per Amundsen | *[[on SONG]]* |
107 | 1 | Per Amundsen | [[on SONGEND]] |
108 | 101 | Per Amundsen | [[on START]] |
109 | 1 | Per Amundsen | *[[on SUSPEND]]* |
110 | 112 | Per Amundsen | [[on TABCOMP]] |
111 | 91 | Per Amundsen | [[on TEXT]] |
112 | 114 | Per Amundsen | |^. [[on TOPIC]] |
113 | [[on UDPREAD]] |
||
114 | 1 | Per Amundsen | [[on UNBAN]] |
115 | 95 | Per Amundsen | [[on UNLOAD]] |
116 | 30 | Per Amundsen | [[on UNOTIFY]] |
117 | 110 | Per Amundsen | *[[on UNZIP]]* |
118 | 1 | Per Amundsen | [[on USERMODE]] |
119 | [[on VOICE]] |
||
120 | [[on WALLOPS]] |
||
121 | [[on WAVEEND]] |
||
122 | 110 | Per Amundsen | *[[on ZIP]]* |
123 | 34 | Per Amundsen | | |
124 | 109 | Mr. BS | |
125 | %(acounter) % |
||
126 | 34 | Per Amundsen | |
127 | 106 | Per Amundsen | _See also [[$event]], *[[$eventtarget]]*, [[$matchkey]], [[$halted]], [[$stripped]], [[$ulevel]], [[$clevel]]._ |
128 | 102 | Mr. BS | |
129 | 34 | Per Amundsen | h1. Missing events |
130 | |||
131 | AGENT |
||
132 | CHATOPEN |
||
133 | DCCSERVER |
||
134 | NOSOUND |
||
135 | VCMD |
||
136 | PLAYEND |
||
137 | SERV |
||
138 | SERVCLOSE |
||
139 | 1 | Per Amundsen | SERVOPEN |