-
Notifications
You must be signed in to change notification settings - Fork 617
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
Join/Parts from Mumble #1435
Comments
Would be awesome for this info to get passed through with |
I was looking at the code that the IRC module uses: matterbridge/bridge/irc/handlers.go Lines 84 to 135 in 44d182e
Unfortunately, I don't think that would immediately translate for Mumble. Would have to be something a little more complex (and definitely different) written, I think. I don't really know/understand golang at all, though, so. 😢 |
Yeah you would have to look @ gumble and see if u can get the same functions from it.. I had a quick look but couldn't make heads or tails of it.. |
Boop Any ideas? I can't for the life of me work it out.. something to do with
How do I sent to whatever bridge is active? I'm trying to send it to telegram so I can see if a user joins/parts server/channel |
@s3lph Hey Man, Any chance you can add so when someone join/parts mumble it notifies on Telegram? Thanks |
Implemented in #1915. I've only tested this between Mumble and IRC, not with Telegram. But since join/part messages are bridge-agnostic and are handled and forwarded by the gateway, this should work as long as the Telegram bridge can shows join/part messages at all. |
Is it possible to add Join/Part messages from mumble to any bridge system?
Eg> From Mumble -> Telegram?
Thanks
Sonic
The text was updated successfully, but these errors were encountered: