Skip to content
Eric Mertens edited this page Sep 15, 2016 · 1 revision

Message hooks are Haskell modules that can affect the meaning and rendering of IRC messages.

buffextras

The buffextras hook works with the ZNC buffextras module to view the buffextras metadata messages as native events.

Enable this hook by adding a message-hooks section to your configuration:

servers:
  * hostname: "example.com"
    message-hooks:
      * "buffextras"