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: implementation of IRC USER command #108

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

ncryptedV1
Copy link
Contributor

@ncryptedV1 ncryptedV1 commented Nov 22, 2022

Fix of IRC USER command according to RFC2812, see issue #107.
Second parameter is set to 0 by default. If required, the functionality to set the user mode at initial connection can be added. Available modes are (see user mode explanation):

  • i - marks a users as invisible
  • w - user receives wallops

@evan-buss evan-buss changed the base branch from master to development January 8, 2023 17:05
@evan-buss evan-buss merged commit 42ff8fa into evan-buss:development Jan 8, 2023
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