diff --git a/irc/handlers.go b/irc/handlers.go index c789efea..7b0d0cce 100644 --- a/irc/handlers.go +++ b/irc/handlers.go @@ -1997,7 +1997,7 @@ func dispatchMessageToTarget(client *Client, tags map[string]string, histType hi AccountName: accountName, Tags: tags, } - if !item.IsStorable() { + if !item.IsStorable() || !allowedPlusR { return } targetedItem := item