Scripting Events » History » Version 112
Per Amundsen, 05/11/2019 11:09 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 | 111 | Per Amundsen | $ - Indicate the [[Scripting_Wildcards|wildcard]] text is a 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 | 91 | Per Amundsen | [[on PONG]] |
92 | 112 | Per Amundsen | [[on QUIT]] |
93 | 37 | Per Amundsen | [[on RAWMODE]] |
94 | 112 | Per Amundsen | |^. *[[on RESUME]]* |
95 | 1 | Per Amundsen | [[on SENDFAIL]] |
96 | [[on SERVERMODE]] |
||
97 | 107 | Per Amundsen | [[on SERVEROP]] |
98 | 1 | Per Amundsen | [[on SIGNAL]] |
99 | [[on SNOTICE]] |
||
100 | [[on SOCKCLOSE]] |
||
101 | [[on SOCKLISTEN]] |
||
102 | 29 | Per Amundsen | [[on SOCKOPEN]] |
103 | 1 | Per Amundsen | [[on SOCKREAD]] |
104 | [[on SOCKWRITE]] |
||
105 | 110 | Per Amundsen | *[[on SONG]]* |
106 | 1 | Per Amundsen | [[on SONGEND]] |
107 | 101 | Per Amundsen | [[on START]] |
108 | 1 | Per Amundsen | *[[on SUSPEND]]* |
109 | 112 | Per Amundsen | [[on TABCOMP]] |
110 | 91 | Per Amundsen | [[on TEXT]] |
111 | 1 | Per Amundsen | [[on TOPIC]] |
112 | 112 | Per Amundsen | |^. [[on UDPREAD]] |
113 | 1 | Per Amundsen | [[on UNBAN]] |
114 | 95 | Per Amundsen | [[on UNLOAD]] |
115 | 30 | Per Amundsen | [[on UNOTIFY]] |
116 | 110 | Per Amundsen | *[[on UNZIP]]* |
117 | 1 | Per Amundsen | [[on USERMODE]] |
118 | [[on VOICE]] |
||
119 | [[on WALLOPS]] |
||
120 | [[on WAVEEND]] |
||
121 | 110 | Per Amundsen | *[[on ZIP]]* |
122 | 34 | Per Amundsen | | |
123 | 109 | Mr. BS | |
124 | %(acounter) % |
||
125 | 34 | Per Amundsen | |
126 | 106 | Per Amundsen | _See also [[$event]], *[[$eventtarget]]*, [[$matchkey]], [[$halted]], [[$stripped]], [[$ulevel]], [[$clevel]]._ |
127 | 102 | Mr. BS | |
128 | 34 | Per Amundsen | h1. Missing events |
129 | |||
130 | AGENT |
||
131 | CHATOPEN |
||
132 | DCCSERVER |
||
133 | NOSOUND |
||
134 | VCMD |
||
135 | PLAYEND |
||
136 | SERV |
||
137 | SERVCLOSE |
||
138 | 1 | Per Amundsen | SERVOPEN |