Dis4IRC icon indicating copy to clipboard operation
Dis4IRC copied to clipboard

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

Open Brottweiler opened this issue 2 years ago • 2 comments

While troubleshooting https://github.com/zachbr/Dis4IRC/issues/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

Brottweiler avatar Oct 24 '23 17:10 Brottweiler

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 avatar Oct 29 '23 23:10 zachbr

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.

mbax avatar Mar 08 '24 03:03 mbax