diff options
author | Wim <wim@42.be> | 2020-10-21 21:57:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 21:57:14 +0200 |
commit | ae3bc3358b7339760ca0e6905d19905b298b671d (patch) | |
tree | 51c73c574a15620b9b97f16b24f90bfa71826cdc /matterbridge.toml.sample | |
parent | 1e0b4532bdb8a549e704918740601866e599c508 (diff) | |
download | matterbridge-msglm-ae3bc3358b7339760ca0e6905d19905b298b671d.tar.gz matterbridge-msglm-ae3bc3358b7339760ca0e6905d19905b298b671d.tar.bz2 matterbridge-msglm-ae3bc3358b7339760ca0e6905d19905b298b671d.zip |
Allow tengo to drop messages using msgDrop (#1272)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index aab2f482..92e0e7c2 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1726,7 +1726,9 @@ InMessage="example.tengo" #outAccount, outProtocol, outChannel, outGateway, outEvent # #read-write: -#msgText, msgUsername +#msgText, msgUsername, msgDrop +# +#msgDrop is a bool which is default false, when set true this message will be dropped # #The script is reloaded on every message, so you can modify the script on the fly. # |