3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02: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,
'persist-key' => 20,
'interpolate' => 10,
'action' => 10,
# all others are allowed to be factset by anybody/default to level 0
);