Skip to content

Commit e0dccd7

Browse files
committed
Update the metadata list to add module names and missing entries.
1 parent 2efb548 commit e0dccd7

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

docs/server/messages/metadata.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,25 @@ description: |-
1717
extra: |-
1818
Some possible values for the key field are:
1919
20-
Name | Type | Description
21-
---------------- | ------- | -----------
22-
accountid | User | The account identifier of the target user.
23-
accountname | User | The account name of the target user.
24-
accountnicks | User | A space-delimited list of nicknames associated with the target user's account.
25-
auspex | Channel | Enables services servers receiving messages for the target channel even when it has no users in it.
26-
ctitle | User | The custom WHOIS title of the target user.
27-
filter | Server | A filter entry which is set on the originating server.
28-
gateway-realhost | User | The hostname of the WebIRC gateway the target user connected via.
29-
gateway-realip | User | The IP address of the WebIRC gateway the target user connected via.
30-
mlock | Channel | The modes which are locked on the target channel and can not be changed.
31-
modules | Server | A module state change on the originating server.
32-
operquit | User | The quit message to show to server operators when the tatget user quits.
33-
swhois | User | The custom WHOIS message of the target user.
34-
topiclock | Channel | Marks the target channel as having an immutable topic.
35-
webirc-gateway | User | The name of the WebIRC gateway that the target user connected via.
20+
Name | Type | Module | Description
21+
------------------ | ------- | ------------------------------------- | -----------
22+
accountid | User | services_account (v3)<br>account (v4) | The account identifier of the target user.
23+
accountname | User | services_account (v3)<br>account (v4) | The account name of the target user.
24+
accountnicks | User | services_account (v3)<br>account (v4) | A space-delimited list of nicknames associated with the target user's account.
25+
auspex | Channel | services (v4) | Enables services servers receiving messages for the target channel even when it has no users in it.
26+
ctitle | User | customtitle | The custom WHOIS title of the target user.
27+
filter | Server | filter | A filter entry which is set on the originating server.
28+
gateway-realhost | User | cgiirc (v3)<br>gateway (v4) | The hostname of the WebIRC gateway the target user connected via.
29+
gateway-realip | User | cgiirc (v3)<br>gateway (v4) | The IP address of the WebIRC gateway the target user connected via.
30+
mlock | Channel | mlock (v3)<br>services (v4) | The modes which are locked on the target channel and can not be changed.
31+
modules | Server | N/A | A module state change on the originating server.
32+
operquit | User | N/A | The quit message to show to server operators when the tatget user quits.
33+
swhois | User | swhois | The custom WHOIS message of the target user.
34+
topiclock | Channel | topiclock (v3), services (v4) | Marks the target channel as having an immutable topic.
35+
webirc-gateway | User | cgiirc (v3)<br>gateway (v4) | The name of the WebIRC gateway that the target user connected via.
36+
websocket-origin | User | websocket (v4) | The URL of the WebSocket origin the target user is connecting from.
37+
websocket-realhost | User | websocket (v4) | The hostname of the reverse proxy the target user connected via.
38+
websocket-realip | User | websocket (v4) | The IP address of the reverse proxy the target user connected via.
3639
example:
3740
- description: |-
3841
Changes the mlock channel metadata for #chan to channel modes `n` (noextmsg) and `t` (topiclock)

0 commit comments

Comments
 (0)