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

Remove information claiming that + and - are not part of a MODE #1

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
6 changes: 0 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,10 @@ The spec reads:

I haven't been able to find any reasonable meaning in the phrase _"one day nicknames will be obsolete and the equivalent property will be the channel"_. It means nothing, and nicknames are just as relevant as they've always been.

In addition, the described message format for both channel and user modes is incorrect (`'+'` and `'-'` are now allowed at any point in a modestring).

For a wildly more accurate definition of this command, see [here](https://modern.ircdocs.horse/#mode-message).

<h4><a href="https://tools.ietf.org/html/rfc1459#section-4.2.3.1">4.2.3.1 - Channel modes</a></h4>

As noted above, the message format is incorrect as `'+'` and `'-'` are now allowed anywhere in a modestring.

The specific list of channel modes here is outdated – 'private' is no longer standard, and there are a few more standard modes out there. See [here](https://modern.ircdocs.horse/#channel-modes) for an updated list.

There are now several 'types' of channel modes which are defined with the [`CHANMODES`](https://modern.ircdocs.horse/#chanmodes-parameter) RPL_ISUPPORT token. See [here](https://modern.ircdocs.horse/#mode-message) for further discussion on this and how it's implemented today.
Expand All @@ -177,8 +173,6 @@ In addition to the mistaken cut-off text here, these restrictions are now define

<h4><a href="https://tools.ietf.org/html/rfc1459#section-4.2.3.2">4.2.3.2 - User modes</a></h4>

As noted above, the message format is incorrect as `'+'` and `'-'` are now allowed anywhere in a modestring.

The list of user modes here is outdated, and there are some other standard ones. See [here](https://modern.ircdocs.horse/#user-modes) for a slightly-updated list.


Expand Down