glirc-2.40.1: Console IRC client
Copyright(c) Felix Friedlander 2021
LicenseISC
Maintainerfelix@ffetc.net
Safe HaskellSafe-Inferred
LanguageHaskell2010

Client.Hook.Matterbridge

Description

Matterbridge is a simple multi-protocol chat bridge, supporting dozens of different protocols. This hook makes Matterbridged messages appear native in the client.

message-hooks configuration takes one of two forms; to operate on all channels:

["matterbridge", "nick"]

or, to operate only on selected channels:

["matterbridge", "nick", "#chan1", "#chan2", ..., "#chann"]

This hook assumes the Matterbridge RemoteNickFormat is simply "{NICK} ".

Documentation