Move from irc 0.5.2 to irc-upd 0.6.1 #258
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
irc
module does not appear to be very actively maintained, and has quite a few issues causing issues in this project itself.This fork, maintained by me, has a few fixes to some major issues already.
Changelogs:
Should fix #199, #200, as well as some issues not previously noted (crash if unbanning a user who is not banned, crash in circumstances with a poor internet connection).
It may also allow us to remove our workaround for the quit and nick events having all channels in the associated array.
As far as I can tell this breaks no tests (and in fact I added a few to the
irc-upd
package, since it seems to be lacking) and should (if you trust it to be better maintained than the current one) be a good improvement to the project.