From 82fbfd0c00e9fe31a08a22060d0ba63aa4292ab7 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 26 May 2020 12:57:24 -0400 Subject: [PATCH] fix #1061 --- irc/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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