diff options
author | Wim <wim@42.be> | 2018-11-25 19:32:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 19:32:16 +0100 |
commit | 9f66f93641612028455c43478da2b19e8ee42b8a (patch) | |
tree | 2d604d3b8f4bfba0e5f87c73e55b7474a2d88fb5 /matterbridge.toml.sample | |
parent | 8869e253cad84f504c5b90bfe9256ca8fb4e815c (diff) | |
download | matterbridge-msglm-9f66f93641612028455c43478da2b19e8ee42b8a.tar.gz matterbridge-msglm-9f66f93641612028455c43478da2b19e8ee42b8a.tar.bz2 matterbridge-msglm-9f66f93641612028455c43478da2b19e8ee42b8a.zip |
Add option to send RAW commands after connection (irc). Fixes #490 (#604)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 5e7be29e..b51f351b 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -96,6 +96,11 @@ RejoinDelay=0 #Only works in IRC right now. ColorNicks=false +#RunCommands allows you to send RAW irc commands after connection +#Array of strings +#OPTIONAL (default empty) +RunCommands=["PRIVMSG user hello","PRIVMSG chanserv something"] + #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. #OPTIONAL |