mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 10:30:26 +00:00
Update documentation and sample config
This commit is contained in:
parent
93db74e7e1
commit
4b1ebaf7d5
@ -76,6 +76,10 @@ PrefixMessagesWithNick=false
|
|||||||
NickFormatter=plain
|
NickFormatter=plain
|
||||||
#how many nicks to list per row for formatters that support this
|
#how many nicks to list per row for formatters that support this
|
||||||
NicksPerRow=4
|
NicksPerRow=4
|
||||||
|
#Freenode nickserv
|
||||||
|
NickServNick="nickserv"
|
||||||
|
#Password for nickserv
|
||||||
|
NickServPassword="secret"
|
||||||
|
|
||||||
#multiple channel config
|
#multiple channel config
|
||||||
#token you can find in your outgoing webhook
|
#token you can find in your outgoing webhook
|
||||||
|
@ -19,6 +19,8 @@ IconURL="http://youricon.png"
|
|||||||
PrefixMessagesWithNick=false
|
PrefixMessagesWithNick=false
|
||||||
NickFormatter=plain
|
NickFormatter=plain
|
||||||
NicksPerRow=4
|
NicksPerRow=4
|
||||||
|
#NickServNick="nickserv"
|
||||||
|
#NickServPassword="secret"
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
GiphyAPIKey=dc6zaTOxFJmzC
|
GiphyAPIKey=dc6zaTOxFJmzC
|
||||||
|
Loading…
Reference in New Issue
Block a user