Scripting Events » History » Version 116
Per Amundsen, 04/14/2020 09:45 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 | 116 | Per Amundsen | [[on CHAR]] |
48 | 1 | Per Amundsen | [[on CHAT]] |
49 | 37 | Per Amundsen | *[[on CLIENTTEXT]]* |
50 | 30 | Per Amundsen | [[on CLOSE]] |
51 | 29 | Per Amundsen | [[on CONNECT]] |
52 | [[on CONNECTFAIL]] |
||
53 | [[on CTCPREPLY]] |
||
54 | 92 | Per Amundsen | *[[on DEADMIN]]* |
55 | 29 | Per Amundsen | [[on DEHELP]] |
56 | 1 | Per Amundsen | [[on DEOP]] |
57 | [[on DEOWNER]] |
||
58 | 116 | Per Amundsen | |^. [[on DEVOICE]] |
59 | [[on DIALOG]] |
||
60 | 90 | Per Amundsen | [[on DISCONNECT]] |
61 | 96 | Per Amundsen | *[[on DOWNLOAD]]* |
62 | 1 | Per Amundsen | [[on DNS]] |
63 | 30 | Per Amundsen | [[on ERROR]] |
64 | 29 | Per Amundsen | [[on EXIT]] |
65 | [[on FILERCVD]] |
||
66 | [[on FILESENT]] |
||
67 | [[on GETFAIL]] |
||
68 | [[on HELP]] |
||
69 | [[on HOTLINK]] |
||
70 | 1 | Per Amundsen | [[on INPUT]] |
71 | [[on INVITE]] |
||
72 | 99 | Per Amundsen | [[on JOIN]] |
73 | 1 | Per Amundsen | [[on KEYDOWN]] |
74 | 110 | Per Amundsen | [[on KEYUP]] |
75 | 1 | Per Amundsen | [[on KICK]] |
76 | 116 | Per Amundsen | |^. [[on LOAD]] |
77 | [[on LOGON]] |
||
78 | 97 | Per Amundsen | [[on MIDIEND]] |
79 | 1 | Per Amundsen | [[on MODE]] |
80 | 29 | Per Amundsen | [[on MP3END]] |
81 | 101 | Per Amundsen | *[[on MSCROLL]]* |
82 | 30 | Per Amundsen | [[on NICK]] |
83 | 1 | Per Amundsen | [[on NOTICE]] |
84 | [[on NOTIFY]] |
||
85 | [[on OP]] |
||
86 | [[on OPEN]] |
||
87 | *[[on OPTIONS]]* |
||
88 | 99 | Per Amundsen | [[on OWNER]] |
89 | 1 | Per Amundsen | [[on PARSELINE]] |
90 | [[on PART]] |
||
91 | [[on PING]] |
||
92 | 114 | Per Amundsen | [[on PLAYEND]] |
93 | 91 | Per Amundsen | [[on PONG]] |
94 | 116 | Per Amundsen | |^. [[on QUIT]] |
95 | [[on RAWMODE]] |
||
96 | 114 | Per Amundsen | *[[on RESUME]]* |
97 | 1 | Per Amundsen | [[on SENDFAIL]] |
98 | [[on SERVERMODE]] |
||
99 | 107 | Per Amundsen | [[on SERVEROP]] |
100 | 1 | Per Amundsen | [[on SIGNAL]] |
101 | [[on SNOTICE]] |
||
102 | [[on SOCKCLOSE]] |
||
103 | [[on SOCKLISTEN]] |
||
104 | 29 | Per Amundsen | [[on SOCKOPEN]] |
105 | 1 | Per Amundsen | [[on SOCKREAD]] |
106 | [[on SOCKWRITE]] |
||
107 | 110 | Per Amundsen | *[[on SONG]]* |
108 | 1 | Per Amundsen | [[on SONGEND]] |
109 | 101 | Per Amundsen | [[on START]] |
110 | 1 | Per Amundsen | *[[on SUSPEND]]* |
111 | 112 | Per Amundsen | [[on TABCOMP]] |
112 | 116 | Per Amundsen | |^. [[on TEXT]] |
113 | [[on TOPIC]] |
||
114 | 114 | Per Amundsen | [[on UDPREAD]] |
115 | 1 | Per Amundsen | [[on UNBAN]] |
116 | 95 | Per Amundsen | [[on UNLOAD]] |
117 | 30 | Per Amundsen | [[on UNOTIFY]] |
118 | 110 | Per Amundsen | *[[on UNZIP]]* |
119 | 1 | Per Amundsen | [[on USERMODE]] |
120 | [[on VOICE]] |
||
121 | [[on WALLOPS]] |
||
122 | [[on WAVEEND]] |
||
123 | 110 | Per Amundsen | *[[on ZIP]]* |
124 | 34 | Per Amundsen | | |
125 | 109 | Mr. BS | |
126 | %(acounter) % |
||
127 | 34 | Per Amundsen | |
128 | 106 | Per Amundsen | _See also [[$event]], *[[$eventtarget]]*, [[$matchkey]], [[$halted]], [[$stripped]], [[$ulevel]], [[$clevel]]._ |
129 | 102 | Mr. BS | |
130 | 34 | Per Amundsen | h1. Missing events |
131 | |||
132 | AGENT |
||
133 | CHATOPEN |
||
134 | DCCSERVER |
||
135 | NOSOUND |
||
136 | VCMD |
||
137 | SERV |
||
138 | SERVCLOSE |
||
139 | 1 | Per Amundsen | SERVOPEN |