Skip to content

Commit a57dab0

Browse files
committed
Add some 'See also' links to IRCv3 specs where relevant
1 parent d2f6a70 commit a57dab0

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

_includes/messages/channel.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Message Examples:
6363

6464
:dan-!d@localhost JOIN #test ; dan- is joining the channel #test
6565

66+
See also:
67+
68+
* IRCv3 [`extended-join` Extension](https://ircv3.net/specs/extensions/extended-join)
69+
6670
### PART message
6771

6872
Command: PART
@@ -148,6 +152,15 @@ Command Examples:
148152
NAMES #twilight_zone,#42 ; List all visible users on
149153
"#twilight_zone" and "#42".
150154

155+
NAMES ; Attempt to list all visible users on
156+
the network, which SHOULD be responded to
157+
as specified above.
158+
159+
See also:
160+
161+
* IRCv3 [`multi-prefix` Extension](https://ircv3.net/specs/extensions/multi-prefix)
162+
* IRCv3 [`userhost-in-names` Extension](https://ircv3.net/specs/extensions/userhost-in-names)
163+
151164
### LIST message
152165

153166
Command: LIST
@@ -218,6 +231,10 @@ Message Examples:
218231
:dan-!d@localhost INVITE Wiz #test ; dan- has invited Wiz
219232
to the channel #test
220233

234+
See also:
235+
236+
* IRCv3 [`invite-notify` Extension](https://ircv3.net/specs/extensions/invite-notify)
237+
221238
#### Invite list
222239

223240
Servers MAY allow the `INVITE` with no parameter, and reply with a list of channels the sender is invited to as {% numeric RPL_INVITELIST %} numerics, ending with a {% numeric RPL_ENDOFINVITELIST %} numeric.

_includes/messages/server_queries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ Command Examples:
138138
:Angel TIME *.au ; user angel checking the time on a
139139
server matching "*.au"
140140

141+
See also:
142+
143+
* IRCv3 [`server-time` Extension](https://ircv3.net/specs/extensions/server-time)
144+
141145
### STATS message
142146

143147
Command: STATS

_includes/messages/user_queries.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Numeric Replies:
2121
* {% numeric RPL_ENDOFWHO %}
2222
* {% numeric ERR_NOSUCHSERVER %}
2323

24+
See also:
25+
26+
* IRCv3 [`multi-prefix` Extension](https://ircv3.net/specs/extensions/multi-prefix)
27+
* [WHOX](https://ircv3.net/specs/extensions/whox)
28+
2429
#### Examples
2530

2631
Command Examples:
@@ -97,6 +102,8 @@ They exist mainly on historical servers, and are rarely implemented, because of
97102

98103
* Servers MAY allow wildcards in `<nick>`. Servers who do SHOULD reply with information about all matching nicks. They may restrict what information is available in this case, to limit resource usage.
99104

105+
* IRCv3 [`multi-prefix` Extension](https://ircv3.net/specs/extensions/multi-prefix)
106+
100107
#### Examples
101108

102109
Command Examples:

0 commit comments

Comments
 (0)