hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
241 stars 32 forks source link

CTCP network vs. private room inconsistent behavior #296

Open delroth opened 1 month ago

delroth commented 1 month ago

I enabled CTCP in one of my network room (via CTCPCFG --enable). When a user on that network sends me a CTCP VERSION, one of two things happen:

  1. If I don't have a private message room with that user, the CTCP VERSION gets handled by the network room, which correctly sends a reply back.
  2. If I do have a private message room with that user, the CTCP VERSION gets handled by the private room, which ignores it and doesn't send a reply.