We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eabf33 commit daa8853Copy full SHA for daa8853
1 file changed
_data/numerics.yaml
@@ -1798,6 +1798,24 @@ values:
1798
comment: "MODE +R query"
1799
conflict: true
1800
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
1814
+ format: "<client> <channel> :End of Channel Quiet List"
1815
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
1819
-
1820
name: RPL_INVITED
1821
numeric: "345"
0 commit comments