3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-30 07:59:42 +01:00

Restrict factsetting action to admins

This commit is contained in:
Pragmatic Software 2017-09-05 17:20:23 -07:00
parent fd8a43c9cd
commit 9a082ede38

View File

@ -53,6 +53,7 @@ our %factoid_metadata_levels = (
'effective-level' => 20, 'effective-level' => 20,
'persist-key' => 20, 'persist-key' => 20,
'interpolate' => 10, 'interpolate' => 10,
'action' => 10,
# all others are allowed to be factset by anybody/default to level 0 # all others are allowed to be factset by anybody/default to level 0
); );