4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 15:27:45 +00:00

Add option to send RAW commands after connection (irc). Fixes #490 (#604)

This commit is contained in:
Wim
2018-11-25 19:32:16 +01:00
committed by GitHub
parent 8869e253ca
commit 9f66f93641
3 changed files with 16 additions and 0 deletions

View File

@ -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