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

feature: IRCv3 Standard Replies #60

Open
lrstanley opened this issue Feb 26, 2023 · 0 comments
Open

feature: IRCv3 Standard Replies #60

lrstanley opened this issue Feb 26, 2023 · 0 comments

Comments

@lrstanley
Copy link
Owner

lrstanley commented Feb 26, 2023

✨ Describe the feature you'd like

Ref: IRCv3 Standard Replies

Introduction

This document specifies the standard FAIL, WARN, and NOTE messages, intended to provide a clean, consistent interface for sending general errors, warnings, and informational messages to clients. Implementers should not need to reserve new numerics for error, warning, or general informational messages, especially as numerics themselves and the mapping of numerics to names can be unclear or conflicting.

The FAIL message indicates a complete failure to process a given command/function, or simply some error about the current session that clients should be aware of.

The WARN message indicates some non-fatal feedback about a given command/function, or some less vital feedback on the current session.

The NOTE message indicates some informational message about a given command/function, or about the current session.

Once support is added, the IRCv3 Library Support page needs to be updated to include these features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant