Skip to content
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

Clarify that the WHOX reply RPL_WHOSPCRPL may contain multiple prefixes even without the multi-prefix capability #546

Open
wants to merge 1 commit into
base: master
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
3 changes: 3 additions & 0 deletions extensions/whox.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ MUST be used:
- Any syntactically correct placeholder can be used for `[oplevel]` when the
server doesn't support op levels, for instance `n/a`.

Servers MAY return multiple or all applicable prefixes in the `[flags]` (`f`)
field, regardless of whether [`multi-prefix`](multi-prefix.html) is enabled.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should link to multi-prefix.md and the site generator will rewrite it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this would be the only .md link in the repository. I based this link on what I found in other documents, which all use .html, e.g. in extensions/echo-message.md or extensions/extended-monitor.md.


Clients SHOULD ignore the values of the hop count (`d`) and the channel op
level (`o`) fields, because they are ill-defined and unreliable.

Expand Down