Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Browsing tree for branch master, showing 2 entries

TypeFileLast CommitAuthorCommit Date (UTC)Size
txt README.md docs: Split README/wiki into docs/ folder selfhoster1312 13:03, Sep 7 2025 775 B
txt settings.md docs: Split README/wiki into docs/ folder selfhoster1312 13:03, Sep 7 2025 5.13 KiB
README.md

IRC

  • Status: Working
  • Maintainers: @poVoq, @selfhoster1312
  • Features: ???

Configuration

[!TIP] For detailed information about irc settings, see settings.md

Basic configuration example:

[irc.myirc]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
Server="irc.libera.chat:6667"
Nick="yourbotname"
Password="yourpassword"
# Enable SASL on modern servers like irc.libera.chat
# UseSASL=true

FAQ

How to connect to a password-protected channel?

[[gateway.inout]]
account="irc.myirc"
channel="#some-passworded-channel"
options = { key="password" }

How to connect to OFTC-style NickServ

[irc.myirc]
Nick="yournick"
Server="irc.oftc.net:6697"
RunCommands=["PRIVMSG nickserv :IDENTIFY yourpass yournick"]