Project

General

Profile

Webirc » History » Version 1

Per Amundsen, 10/17/2022 05:23 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
8
h2. Identifiers
9
10
[[$commands]] - Generates list of built-in command and aliases found, used with adiirc_to_web_scriptschanged SIGNAL.
11
12
h2. Signals
13
14
adiirc_to_web_menu - text,clickid,menustype\r\n
15
adiirc_to_web_scriptschanged - null
16
adiirc_to_web_removeserver - cid
17
adiirc_to_web_removechannel - cid #channel
18
adiirc_to_web_removeprivate - cid nick
19
adiirc_to_web_removecustom - cid @name
20
adiirc_to_web_removetool - cid name
21
adiirc_to_web_addserver - cid
22
adiirc_to_web_addchannel - cid #channel
23
adiirc_to_web_addprivate - cid nick
24
adiirc_to_web_addcustom - cid @name
25
adiirc_to_web_addtool - cid name