Skip to content

Document OFTC's RPL_BANLIST, RPL_QUIETLIST/RPL_ENDOFQUIETLIST, and RPL_ISCAPTURED/RPL_ISUNCAPTURED #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 42 additions & 2 deletions _data/numerics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,26 @@ values:
comment: "MODE +R query"
conflict: true

-
name: RPL_QUIETLIST
numeric: "344"
origin: oftc-hybrid
format: "<client> <channel> <nick>!<user>@<host> <who> <when>"
comment: >
Same thing as RPL_BANLIST, but for mode +q (quiet).
Not to be confused with the more common RPL_QUIETLIST with numeric 728.
conflict: true

-
name: RPL_ENDOFQUIETLIST
numeric: "345"
origin: oftc-hybrid
format: "<client> <channel> :End of Channel Quiet List"
comment: >
Same thing as RPL_ENDOFBANLIST, but for mode +q (quiet).
Not to be confused with the more common RPL_ENDOFQUIETLIST with numeric 729.
conflict: true

-
name: RPL_INVITED
numeric: "345"
Expand Down Expand Up @@ -1986,9 +2006,9 @@ values:
name: RPL_BANLIST
numeric: "367"
origin: RFC1459
format: "<client> <channel> <banid> [[<setter> <time_left>|<time_left> :<reason>]]"
format: "<client> <channel> <banid> [[<setter> <time_left>|<setter> <when>|<time_left> :<reason>]]"
comment: >
A ban-list item (See RFC); <setter>, <time left> and <reason> are
A ban-list item (See RFC); <setter>, <time left>, <when>, and <reason> are
additions used by various servers.

-
Expand Down Expand Up @@ -4339,6 +4359,16 @@ values:
format: "<client> <channel> q <banid> [<time_left> :<reason>]"
comment: >
Same thing as RPL_BANLIST, but for mode +q (quiet)
conflict: true

-
name: RPL_ISCAPTURED
numeric: "728"
origin: oftc-hybrid
format: "<client> <target> :Is Captured"
comment: >
Reply to the oper-only CAPTURE command
conflict: true

-
name: RPL_ENDOFQUIETLIST
Expand All @@ -4347,6 +4377,16 @@ values:
format: "<client> <channel> q :<info>"
comment: >
Same thing as RPL_ENDOFBANLIST, but for mode +q (quiet)
conflict: true

-
name: RPL_ISUNCAPTURED
numeric: "729"
origin: oftc-hybrid
format: "<client> <target> :Is UnCaptured"
comment: >
Reply to the oper-only UNCAPTURE command
conflict: true

-
name: RPL_MONONLINE
Expand Down