Copyright | (c) Felix Friedlander 2021 |
---|---|
License | ISC |
Maintainer | felix@ffetc.net |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
matterbridgeHook :: [Text] -> Maybe MessageHook Source #