3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

FactoidCommands: allow normal users to factset "interpolate"

This commit is contained in:
Pragmatic Software 2020-02-04 02:27:33 -08:00
parent e297281205
commit 87fab87efd

View File

@ -43,7 +43,6 @@ our %factoid_metadata_capabilities = (
nooverride => 'chanop',
'cap-override' => 'botowner',
'persist-key' => 'admin',
'interpolate' => 'chanop',
# all others are allowed to be factset by anybody
);