aboutsummaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.example
blob: 4e2e8a03a36d3703be40f7b2a88f100b3feff53b (plain)
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
[irc]
    [irc.hackint]
    Nick="SIC"
    NickServNick="SIC"
    NickServPassword="HACKINT-PASSWORD"
    Server="irc.hackint.org:6697"
    UseTLS=true
    UseSASL=true
    SkipTLSVerify=false
    Label="H"
    RemoteNickFormat="{LABEL}|{NICK}| "

    [irc.liberachat]
    Nick="SIC"
    NickServNick="SIC"
    NickServPassword="LIBERACHAT-PASSWORD"
    Server="irc.libera.chat:6697"
    UseTLS=true
    UseSASL=true
    SkipTLSVerify=false
    Label="L"
    RemoteNickFormat="{LABEL}|{NICK}| "
    
    [irc.OFTC]
    Nick="SIC"
    NickServNick="SIC"
    RunCommands=["PRIVMSG NickServ :IDENTIFY OFTC-PASSWORD SIC"]
    Server="irc.oftc.net:6697"
    UseTLS=true
    SkipTLSVerify=false
    Label="O"
    RemoteNickFormat="{LABEL}|{NICK}| "

[[gateway]]
name="mygateway"
enable=true
    [[gateway.inout]]
    account="irc.hackint"
    channel="#replicant"

    [[gateway.inout]]
    account="irc.liberachat"
    channel="#replicant"

    [[gateway.inout]]
    account="irc.OFTC"
    channel="#replicant"