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:
parent
fd8a43c9cd
commit
9a082ede38
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user