mumble-voip / mumo

Mumble Moderator framework simplifying development of plugins that connect to Mumble servers via Ice. (handles basic ICE connectivity, contains basic module loading and message multiplexing)
54 stars 29 forks source link

fixed regex #39

Open roughnecks opened 3 months ago

roughnecks commented 3 months ago

I had a warn when firing up mumo docker, stating that:

mumo  | /mumo/modules/idlemove.py:52: SyntaxWarning: invalid escape sequence '\d'
mumo  |   lambda x: re.match('(all)|(server_\d+)', x): (

and now it's gone. Hopefully I did it right.