Skip to content

What's gateway? Is that necessary? #1597

Answered by Mikaela
aurexav asked this question in Help / Q&A
Discussion options

You must be logged in to vote

Gateway is the room/channel/discussion you wish to bridge, everything that is bridged together is a gateway, you need one for each.

E.g. to bridge two IRC channels together

[[gateway]]
name="test"
enable="true"

    [[gateway.inout]]
    account="irc.localergo"
    channel="#test"

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

[[gateway]]
name="secretchan"
enable=true

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

    [[gateway.inout]]
    account="irc.localergo"
    channel="#secretchan+"

I have a more complete example in my gist repo

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aurexav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants