chatty icon indicating copy to clipboard operation
chatty copied to clipboard

Request: AutoMod advanced deny

Open ringstabekk opened this issue 7 years ago • 1 comments

Within User Dialog menu for Automod able to deny the chat message and apply moderation actions (timeout/ban) simultaneously.

Below would deny and apply a 5 minute timeout .Deny=/Automod_deny[5m]

ringstabekk avatar Dec 08 '17 23:12 ringstabekk

This is possible now with the /chain command, for example:

Deny/TO=/chain /automod_deny $$(automod-msg-id) | /timeout $$1 600

It won't automatically hide the button if it's not an AutoMod message like this, because the command is /chain now, but it will grey the button out if the $$(automod-msg-id) parameter is not present.

tduva avatar Feb 09 '19 11:02 tduva