diff options
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 |