inspircd / inspircd-contrib

Third-party InspIRCd module repository.
https://www.inspircd.org
66 stars 72 forks source link

Add m_relaymsg: stateless bridging using RELAYMSG #248

Closed jlu5 closed 3 years ago

jlu5 commented 3 years ago

RELAYMSG is my take on a lightweight bridging solution for IRC. It essentially takes in /RELAYMSG commands from authorized bots and translates them as spoofed PRIVMSGs to other clients.

I've been actively using this module on my network since May (with matterbridge as the client). Hopefully this is reasonable addition here.

Note: in terms of functionality this probably has some overlap with the recent m_roleplay, though these are two completely independent implementations AFAIK.