en un clic
config
// View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings.
// View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings.
Mute or unmute users. Use when a user is being abusive, spamming, trying to exfiltrate secrets, or deliberately wasting resources.
View and manage role permissions. Use when the user asks about what permissions a role has, or wants to change what users can do.
Manage user roles. Use when the user asks to grant or revoke permissions, make someone an admin, or check who has access.
Manage scheduled tasks — create cron jobs or one-shot reminders that run prompts on a schedule. Use when the user asks to schedule something, set a reminder, or manage recurring tasks.
| name | config |
| description | View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings. |
mrctl config get [key]
mrctl config set <key> <value>
| Key | Values | Description |
|---|---|---|
trigger.match | prefix, mention, always | How the bot is triggered |
trigger.patterns | comma-separated words | Custom trigger words |
trigger.case_sensitive | true, false | Case-sensitive trigger matching |
Extension config keys are also available and shown in mrctl config get output with descriptions and defaults.