Versions in this module Expand all Collapse all v0 v0.3.0 Sep 25, 2025 Changes in this version + type KeywordReplacer struct + func NewKeywordReplacer(replacements map[string]string) *KeywordReplacer + func (k *KeywordReplacer) ProcessIncoming(sender, content string) (string, bool) + func (k *KeywordReplacer) ProcessOutgoing(content string) (string, bool)