Specify the HELP command.#132
Merged
progval merged 9 commits intoircdocs:masterfrom Dec 12, 2021
Merged
Conversation
With the provision about legacy servers using NOTICE, this seems to cover every IRCd (Bahamut, Ergo, Hybrid/Chary/etc, InspIRCd, irc2, ircu2, ngircd) except Unreal, which uses other numerics.
DanielOaks
reviewed
Sep 19, 2021
Member
DanielOaks
left a comment
There was a problem hiding this comment.
Nice, I've done a bit of rewriting the text (mostly just simplifying the language, not changing the described behaviour). Great job documenting this, looks awesome! :D
Co-authored-by: Daniel Oaks <daniel@danieloaks.net>
Co-authored-by: Daniel Oaks <daniel@danieloaks.net>
Co-authored-by: Daniel Oaks <daniel@danieloaks.net>
Co-authored-by: Daniel Oaks <daniel@danieloaks.net>
DanielOaks
reviewed
Sep 20, 2021
Member
DanielOaks
left a comment
There was a problem hiding this comment.
Syncing the 'up to casing' text to match the new text.
tommyrot
reviewed
Oct 4, 2021
Co-authored-by: tommyrot <jos@dutnie.nl>
Co-authored-by: Daniel Oaks <daniel@danieloaks.net>
Co-authored-by: Daniel Oaks <daniel@danieloaks.net>
Unreal uses only 290 and 292, but names all numerics from 290 to 295; so it must be based on something else that uses all of them. Additionally, based on the names Unreal uses, it should be using 291 instead of 292, so it really does not make sense to me.
Member
Author
|
I added a line at the end to mention the numerics used by Unreal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the provision about legacy servers using NOTICE, this seems to cover
every IRCd (Bahamut, Ergo, Hybrid/Chary/etc, InspIRCd, irc2, ircu2, ngircd)
except Unreal, which uses other numerics.