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

Exception from IRC API: Trouble processing message: Contains non-registered mode: r #76

Open
Brottweiler opened this issue Oct 24, 2023 · 2 comments
Labels
area: library Issue relates to underlying library needs triage Needs to be evaluated and categorized type: bug Something isn't working

Comments

@Brottweiler
Copy link

While troubleshooting #75 I noticed today this error, and I am not sure what it means. I am using ngIRCd with anope services if that is relevant.

[19:14:41] [default] [INFO] - Bridge initialized and running
[19:14:41] [default] [INFO] - Connected to IRC!
[19:14:47] [default] [ERROR] - Exception from IRC API: Trouble processing message: Contains non-registered mode: r. Messages:
:irc.projectenyo.eu 324 Enyo #lobby +nPrt
@zachbr zachbr added needs triage Needs to be evaluated and categorized area: library Issue relates to underlying library labels Oct 25, 2023
zachbr added a commit that referenced this issue Oct 29, 2023
The additional context is worth having.
cc GH-76
@zachbr
Copy link
Owner

zachbr commented Oct 29, 2023

It's likely that this is just a warning that a channel mode isn't recognized for whatever reason. I believe it's harmless but I've pushed a commit so that these messages will provide additional context information in the future.

If this is something you're seeing regularly, please grab the latest build, send me the stacktrace associated with this, and I'll try and look at it further. Thanks.

@zachbr zachbr added the type: bug Something isn't working label Oct 29, 2023
@mbax
Copy link
Contributor

mbax commented Mar 8, 2024

If I understand my own code correctly this is from the IRCd not sending r as one of the possible channel modes during ISUPPORT, and then later sending it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: library Issue relates to underlying library needs triage Needs to be evaluated and categorized type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants