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

Fix typo in RaknetError and set motd methods #20

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mikhaillav
Copy link

@mikhaillav mikhaillav commented Mar 29, 2024

Typo in RaknetError:

I renamed BindAdressError to BindAddressError

Set motd methods:

Fix of #19 issue

I created motd_receiver and motd_sender. Every iteration in RaknetListener::listen() it will check if there is message in motd_receiver. If there is, server will use updated motd and if not will use last recived.

Also set_motd() and set_full_motd() methods now will also send message to the motd_sender and if it wasn't successful return RaknetError::SetMotdError

@theaddonn
Copy link

LGTM!

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