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

remove crufty hacks around irc crate #3

Open
3 tasks
eeeeeta opened this issue Jun 25, 2018 · 0 comments
Open
3 tasks

remove crufty hacks around irc crate #3

eeeeeta opened this issue Jun 25, 2018 · 0 comments

Comments

@eeeeeta
Copy link
Owner

eeeeeta commented Jun 25, 2018

We currently do a whole bunch of annoying stuff to work around limitations in the irc crate. This should either be upstreamed, or moved into its own module. Non-exhaustive list:

  • ideally the client should autoidentify, I don't know why it doesn't do this already?
  • we need to delay message sending until we're connected and identified, otherwise stuff gets dropped on the floor
  • nick changes aren't tracked properly by the irc crate :/
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

No branches or pull requests

1 participant