mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-12 13:02:48 +01:00
Restrict factset add_nick to level 10
This commit is contained in:
parent
f463852093
commit
7b2fb432c0
@ -39,6 +39,7 @@ my %factoid_metadata_levels = (
|
|||||||
edited_by => 60,
|
edited_by => 60,
|
||||||
edited_on => 60,
|
edited_on => 60,
|
||||||
locked => 10,
|
locked => 10,
|
||||||
|
add_nick => 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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ use warnings;
|
|||||||
# These are set automatically by the build/commit script
|
# These are set automatically by the build/commit script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 603,
|
BUILD_REVISION => 604,
|
||||||
BUILD_DATE => "2014-05-30",
|
BUILD_DATE => "2014-05-30",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user