Webirc » History » Version 4
Per Amundsen, 10/17/2022 05:28 AM
1 | 1 | Per Amundsen | h1. Webirc |
---|---|---|---|
2 | |||
3 | h2. Commands |
||
4 | |||
5 | [[/showmenu]] -i - Generate textual representation of a menu, use with adiirc_to_web_menu SIGNAL. |
||
6 | [[/showmenu]] -l - Click the Nth menu. |
||
7 | 3 | Per Amundsen | [[/drawsave]] -B &binvar - Converts bitmap into a base64 encoded PNG string and stores it into the &binvar. |
8 | 1 | Per Amundsen | |
9 | h2. Identifiers |
||
10 | |||
11 | 4 | Per Amundsen | [[$commands]] - Generates list of built-in commands and aliases found in scripts/plugins, used with adiirc_to_web_scriptschanged SIGNAL. |
12 | 1 | Per Amundsen | |
13 | h2. Signals |
||
14 | |||
15 | adiirc_to_web_menu - text,clickid,menustype\r\n |
||
16 | adiirc_to_web_scriptschanged - null |
||
17 | adiirc_to_web_removeserver - cid |
||
18 | adiirc_to_web_removechannel - cid #channel |
||
19 | adiirc_to_web_removeprivate - cid nick |
||
20 | adiirc_to_web_removecustom - cid @name |
||
21 | adiirc_to_web_removetool - cid name |
||
22 | adiirc_to_web_addserver - cid |
||
23 | adiirc_to_web_addchannel - cid #channel |
||
24 | adiirc_to_web_addprivate - cid nick |
||
25 | adiirc_to_web_addcustom - cid @name |
||
26 | adiirc_to_web_addtool - cid name |