mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-10 22:19:26 +01:00
Fix sample documentation. Closes #23
This commit is contained in:
parent
e03f331f55
commit
e48db67649
@ -56,6 +56,10 @@ SkipTLSVerify=true
|
|||||||
nick="matterbot"
|
nick="matterbot"
|
||||||
channel="#matterbridge"
|
channel="#matterbridge"
|
||||||
UseSlackCircumfix=false
|
UseSlackCircumfix=false
|
||||||
|
#Freenode nickserv
|
||||||
|
NickServNick="nickserv"
|
||||||
|
#Password for nickserv
|
||||||
|
NickServPassword="secret"
|
||||||
#Ignore the messages from these nicks. They will not be sent to mattermost
|
#Ignore the messages from these nicks. They will not be sent to mattermost
|
||||||
IgnoreNicks="ircspammer1 ircspammer2"
|
IgnoreNicks="ircspammer1 ircspammer2"
|
||||||
|
|
||||||
@ -78,10 +82,6 @@ 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"
|
|
||||||
#Ignore the messages from these nicks. They will not be sent to irc
|
#Ignore the messages from these nicks. They will not be sent to irc
|
||||||
IgnoreNicks="mmbot spammer2"
|
IgnoreNicks="mmbot spammer2"
|
||||||
|
|
||||||
|
@ -6,6 +6,8 @@ SkipTLSVerify=true
|
|||||||
nick="matterbot"
|
nick="matterbot"
|
||||||
channel="#matterbridge"
|
channel="#matterbridge"
|
||||||
UseSlackCircumfix=false
|
UseSlackCircumfix=false
|
||||||
|
#NickServNick="nickserv"
|
||||||
|
#NickServPassword="secret"
|
||||||
IgnoreNicks="ircspammer1 ircspammer2"
|
IgnoreNicks="ircspammer1 ircspammer2"
|
||||||
|
|
||||||
[mattermost]
|
[mattermost]
|
||||||
@ -20,8 +22,6 @@ IconURL="http://youricon.png"
|
|||||||
PrefixMessagesWithNick=false
|
PrefixMessagesWithNick=false
|
||||||
NickFormatter=plain
|
NickFormatter=plain
|
||||||
NicksPerRow=4
|
NicksPerRow=4
|
||||||
#NickServNick="nickserv"
|
|
||||||
#NickServPassword="secret"
|
|
||||||
IgnoreNicks="mmbot spammer2"
|
IgnoreNicks="mmbot spammer2"
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
|
Loading…
Reference in New Issue
Block a user