Hello, I'm trying to write a Python script that does special actions when Mumble users in my server posts links. It's meant to be completely client-side and require no interaction with the server itself - it relies on the official Mumble application for information.
I am new to programming within the Python langauge, but have experience with programming in Lua, and would be interested to see what I can do to get those chat messages purely client-side.
Thanks!