What's gateway? Is that necessary? #1597
Answered
by
Mikaela
aurexav
asked this question in
Help / Q&A
-
The WIKI just told me how to configure it. But I don't what dose it use for. |
Beta Was this translation helpful? Give feedback.
Answered by
Mikaela
Sep 29, 2021
Replies: 2 comments
-
Okay. It's necessary.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aurexav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
I have a more complete example in my gist repo