Skip to content

Commit 1bf78dc

Browse files
committed
Document oftc-hybrid's alternative numerics for RPL_QUIETLIST/RPL_ENDOFQUIETLIST
1 parent 67a4c88 commit 1bf78dc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

_data/numerics.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,24 @@ values:
17981798
comment: "MODE +R query"
17991799
conflict: true
18001800

1801+
-
1802+
name: RPL_QUIETLIST
1803+
numeric: "344"
1804+
origin: oftc-hybrid
1805+
format: "<client> <channel> <nick>!<user>@<host> <who> <when>"
1806+
comment: >
1807+
Same thing as RPL_BANLIST, but for mode +q (quiet).
1808+
Not to be confused with the more common RPL_QUIETLIST with numeric 728.
1809+
1810+
-
1811+
name: RPL_ENDOFQUIETLIST
1812+
numeric: "345"
1813+
origin: oftc-hybrid
1814+
format: "<client> <channel> :End of Channel Quiet List"
1815+
comment: >
1816+
Same thing as RPL_ENDOFBANLIST, but for mode +q (quiet).
1817+
Not to be confused with the more common RPL_ENDOFQUIETLIST with numeric 729.
1818+
18011819
-
18021820
name: RPL_INVITED
18031821
numeric: "345"

0 commit comments

Comments
 (0)