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

Emit the motd event when receiving an oper MOTD. #342

Merged
merged 1 commit into from
Dec 10, 2022
Merged

Emit the motd event when receiving an oper MOTD. #342

merged 1 commit into from
Dec 10, 2022

Conversation

SadieCat
Copy link
Contributor

@SadieCat SadieCat commented Dec 9, 2022

Using the existing MOTD event instead of adding a dedicated one was chosen because:

  • UnrealIRCd uses the normal MOTD numerics but emits ERR_NOOPERMOTD when an oper MOTD is not available.

  • ircd-ratbox (hybrid, solanum, etc) use the oper MOTD numerics and emits no numeric when an oper MOTD is not available.

  • InspIRCd uses all of the oper MOTD numerics.

Thank you IRC! The most standardized protocol to ever exist! 😬

UnrealIRCd uses the normal MOTD numerics but emits ERR_NOOPERMOTD
when an oper MOTD is not available.

ircd-ratbox (hybrid, solanum, etc) use the oper MOTD numerics and
emits no numeric when an oper MOTD is not available.

InspIRCd uses all of the oper MOTD numerics.
@ItsOnlyBinary ItsOnlyBinary merged commit f6b54e9 into kiwiirc:master Dec 10, 2022
@SadieCat SadieCat deleted the oper-motd branch December 10, 2022 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants