Restrict factset add_nick to level 10

This commit is contained in:
Pragmatic Software 2014-05-31 01:04:26 +00:00
parent f463852093
commit 7b2fb432c0
2 changed files with 2 additions and 1 deletions

View File

@ -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
); );

View File

@ -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",
}; };