Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Handle UnrealIRCd Raw 379 unhandled message #47

Closed
vBm opened this issue Dec 10, 2017 · 2 comments
Closed

Handle UnrealIRCd Raw 379 unhandled message #47

vBm opened this issue Dec 10, 2017 · 2 comments
Labels

Comments

@vBm
Copy link

vBm commented Dec 10, 2017

Using npm version 0.8.1. and we get this error. Same issue was present since the start on the original project.

ERROR: Unhandled message: { prefix: 'irc.example.net',
  server: 'irc.example.net',
  command: '379',
  rawCommand: '379',
  commandType: 'normal',
  args: [ 'Bot', 'Bot', 'is using modes +B' ] }

379 is defined here.

@Throne3d Throne3d added the bug label Dec 11, 2017
@Throne3d
Copy link
Owner

379 seems potentially ambiguous between Unreal and aircd – from this chart. I think aircd is not used very much, though, and they both seem to be replies, so I'll probably use the Unreal one for now.

@Throne3d
Copy link
Owner

I've pushed some commits to fix/unreal-unhandleds for each of these issues – #47, #48, #49, #50. Assuming the CI passes, I'll merge that into master, which should fix these issues. I don't think I'll create a new release for this, at least not yet, but if there are no further changes over the next month or two then I will try to remember to cut a release then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants