Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Message

Message settings within a channel buffer.

Configuration

nickname_color

Nickname colors in the message. "unique" generates colors by randomizing the hue, while keeping the saturation and lightness from the theme’s nickname color.

# Type: string # Values: "solid", "unique" # Default: "unique" [buffer.channel.message] nickname_color = "unique"

show_emoji_reacts

Whether to display emoji reactions on messages (if IRCv3 React is supported by the server).

# Type: boolean # Values: "true", "false" # Default: "true" [buffer.channel.message] show_emoji_reacts = true

max_reaction_display

Maximum number of user-visible characters (Unicode grapheme clusters) in a reaction. If a reaction exceeds this value, then its display is truncated to the first max_reaction_display grapheme clusters.

# Type: integer # Values: positive integers # Default: 5 [buffer.channel.message] max_reaction_display = 5

max_reaction_chars

Maximum number of user-visible characters (Unicode grapheme clusters) in a reaction. If a reaction exceeds this value, then it is not stored.

# Type: integer # Values: positive integers # Default: 64 [buffer.channel.message] max_reaction_chars = 64