-
Notifications
You must be signed in to change notification settings - Fork 0
/
matterbridge.toml
110 lines (86 loc) · 1.98 KB
/
matterbridge.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[general]
# RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
RemoteNickFormat="[{NICK}@{PROTOCOL}] "
StripNick=false
[irc]
#[irc.freenode60]
#Server="irc.freenode.net:6697"
#Nick="zuck60"
#Password="KR3AgBdgkoq2"
#UseTLS=true
[irc.freenode21]
Server="irc.freenode.net:6697"
Nick="toxync21"
Password="KR3AgBdgkoq2"
UseTLS=true
# [irc.freenode2]
# Server="irc.freenode.net:6697"
# Nick="matterbot2"
# UseTLS=true
# [irc.cyberia]
# Server="irc.cyberia.is:6697"
# Nick="zuck06"
# UseTLS=true
# SkipTLSVerify=true
[tox]
[tox.fixlan]
Server="ddd"
Nick="zuck06"
# Nick="toxync"
#[matrix]
# [matrix.fixlan]
# Server="https://matrix.org"
# Login="toxync"
# Password="8gN49mKyzFoQ"
# NoHomeServerSuffix=true
[[gateway]]
name="gateway-test-autobot"
enable=true
[[gateway.inout]]
account="tox.fixlan"
channel="test autobot"
passive=true
[[gateway.inout]]
account="irc.freenode21"
channel="#testk"
[[gateway]]
name="gateway-#rtab123"
enable=false
[[gateway.inout]]
account="tox.fixlan"
channel="#rtab123"
[[gateway.inout]]
account="irc.freenode21"
channel="#archlinux-cn"
[[gateway]]
name="gateway-#RetroShareCN"
enable=false
[[gateway.inout]]
account="matrix.fixlan"
channel="#RetroShareCN:matrix.org"
# RemoteNickFormat="[{NICK}] "
[[gateway.inout]]
account="tox.fixlan"
channel="#RetroShareCN"
[[gateway.inout]]
account="irc.freenode"
channel="#RetroShareCN"
[[gateway]]
name="gateway-#twitter-hot-lvv2com"
enable=false
[[gateway.inout]]
account="matrix.fixlan"
channel="#_twitter_@lvv2com:matrix.org"
# RemoteNickFormat="[{NICK}] "
[[gateway.inout]]
account="tox.fixlan"
channel="#twitter-hot-lvv2com"
[[gateway]]
name="gateway1"
enable=false
[[gateway.inout]]
account="irc.freenode60"
channel="#testk"
[[gateway.inout]]
account="irc.freenode21"
channel="#rtab123"