mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 03:49:25 +01:00
Page:
Section IRC (basic)
Pages
API
Deploy: Azure
Deploy: Digitalocean
Deploy: Docker
Deploy: Heroku
Discord bot setup
FAQ
Features
Gateway config (basic)
Gateway config (channel rules)
Gateway: developing new one
Home
How to create your config
MS Teams setup
Mediaserver setup (advanced)
Section Discord (basic)
Section Gitter (basic)
Section Harmony (basic)
Section Hipchat (basic)
Section IRC (basic)
Section Keybase (basic)
Section MSteams (basic)
Section Matrix (basic)
Section Mattermost (basic) https
Section Mattermost (basic)
Section Mumble (basic)
Section Nextcloud Talk (basic)
Section RocketChat (basic)
Section Slack (basic)
Section Sshchat (basic)
Section Steam (basic)
Section Telegram (basic)
Section Twitch (basic)
Section VK (basic)
Section WhatsApp (basic)
Section XMPP (basic)
Section Zulip (basic)
Service files
Settings
Slack bot setup
Tengo
Troubleshooting
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Plain IRC
[irc.myirc]
Server="irc.libera.chat:6667"
Nick="yourbotname"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
gateway.inout
with
channel key
[[gateway.inout]]
account="irc.myirc"
channel="#some-passworded-channel"
options = { key="password" }
Nickname registered with nickserv without SASL
SASL support on Libera when you’re registered with nickserv
[irc.myirc]
Nick="yournick" # <== change this
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
NickServPassword="yourpass" # <== change this (your pass with nickserv)
Server="irc.libera.chat:6697"
UseTLS=true
UseSASL=true
SkipTLSVerify=false
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
OFTC nickserv identify nickname
[irc.myirc]
Nick="yournick" # <== change this
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
Server="irc.oftc.net:6697"
UseTLS=true
SkipTLSVerify=false
RunCommands=["PRIVMSG nickserv :IDENTIFY yourpass younick"] # <== change this (your pass and nick with nickserv)
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
Getting started
How to create your config
Discord bot setup
Slack bot setup
MS Teams setup
Deploy
DigitalOcean
Azure
Docker
Heroku
Gateways
Config: basic
Config: channel rules
Discord
Gitter
Hipchat
IRC
Keybase
Matrix
Mattermost
Microsoft Teams
Mumble
Nextcloud Talk
RocketChat
Slack
Sshchat
Steam
Telegram
Twitch
VK
WhatsApp
XMPP
Zulip
Advanced
Mediaserver setup
Service files
Developer
API
Tengo scripting
Making gateways