Inhaltsverzeichnis
Antirecord Legacy – Module for MuMo
This is a Mumble Moderator module.
Most people don't like to be recorded without being asked.
With this script everyone on your Mumble server who starts recording without permission will be deafened or kicked.
There is a list of exceptions available; also an admin can give permission to record.
There is an improved version of this module which can be used through the Mumble clients context menu, see AntiRecord Contextmenu – Module for MuMo.
The code
The code and the configuration file can be downloaded from Github: https://github.com/Natenom/mumblemoderator-module-collection-legacy/tree/master/antirec.
Installation
Video demonstration
Features
- Members of a configurable group can give other users the permission to record. The group membership is only relevant if defined in the root channel. Use
!allow
for this.
This group can be changed through the variablecanallowrecording
in the .ini file.
See here (German) for how to use the group editor. - If a user gets permission to record, the server sends a message about that to the channel.
- If someone is recording with permission he will be deafened/kicked if permission is revoked.
- The permission to record is only valid until a disconnect, based on the Session ID.
- Per default an administrator can't permit himself to record, another admin must do it. Though this can be changed.* As punishment for recording you can kick or deafen someone (default is to deaf).
- If someone is recording without permission and stops recording, he will automatically be undeafened.
- One can create channels where recording is allowed. In the configuration example this applies to channel id 0 (root channel), 1 (first created channel on your server) and to 999. Before asking for support check whether you are in on of these channels :)
Bugs
- Seems that the variable
adminallowself
does not work as it should; the default value (from the script) is always used.
Commands
!list
!allow
!allow sessionid
Information about the sessionid: mumble:benutzerhandbuch:murmur:logmeldungen:bedeutung_der_ids#a_sessionid|see here (German).
!disallow
!disallow sessionid
Information about the sessionid: mumble:benutzerhandbuch:murmur:logmeldungen:bedeutung_der_ids#a_sessionid|see here (German).
Requirements
- Mumble Moderator must be installed.
- Mumble-Server/Murmur ≥1.2.3 as the Callback userTextMessage must be available. See also this blog post (German).
Miscellaneous
Of course I know that it is always possible to record something; at least this script works as a base protection against people without technical knowledge.