Procházet zdrojové kódy

Merge pull request #1063 from slingamn/history_registeredonly

fix #1061
tags/v2.1.0
Shivaram Lingamneni před 4 roky
rodič
revize
c1d4c5596d
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      irc/handlers.go

+ 1
- 1
irc/handlers.go Zobrazit soubor

1997
 			AccountName: accountName,
1997
 			AccountName: accountName,
1998
 			Tags:        tags,
1998
 			Tags:        tags,
1999
 		}
1999
 		}
2000
-		if !item.IsStorable() {
2000
+		if !item.IsStorable() || !allowedPlusR {
2001
 			return
2001
 			return
2002
 		}
2002
 		}
2003
 		targetedItem := item
2003
 		targetedItem := item

Načítá se…
Zrušit
Uložit