diff options
author | Wim <wim@42.be> | 2019-04-24 22:47:37 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-04-24 22:47:37 +0200 |
commit | bd0e81f5a0290fbc07a26664d327c09c306b9597 (patch) | |
tree | cd675c2e6ad1d75c97a55bd062c2d5d65535b43e /matterbridge.toml.sample | |
parent | f04d360ee2664595c391358506eba060b4df2199 (diff) | |
download | matterbridge-msglm-bd0e81f5a0290fbc07a26664d327c09c306b9597.tar.gz matterbridge-msglm-bd0e81f5a0290fbc07a26664d327c09c306b9597.tar.bz2 matterbridge-msglm-bd0e81f5a0290fbc07a26664d327c09c306b9597.zip |
Add msg event to tengo
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 93881ad1..7dd12e44 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1478,8 +1478,8 @@ InMessage="example.tengo" # #The script will have the following global variables: #read-only: -#inAccount, inProtocol, inChannel, inGateway -#outAccount, outProtocol, outChannel, outGateway +#inAccount, inProtocol, inChannel, inGateway, inEvent +#outAccount, outProtocol, outChannel, outGateway, outEvent # #read-write: #msgText, msgUsername |