From 7b2fb432c078294f4bfdbace51fac43dd36664e6 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 31 May 2014 01:04:26 +0000 Subject: [PATCH] Restrict factset add_nick to level 10 --- PBot/FactoidCommands.pm | 1 + PBot/VERSION.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PBot/FactoidCommands.pm b/PBot/FactoidCommands.pm index 8f784b33..a571e1ed 100644 --- a/PBot/FactoidCommands.pm +++ b/PBot/FactoidCommands.pm @@ -39,6 +39,7 @@ my %factoid_metadata_levels = ( edited_by => 60, edited_on => 60, locked => 10, + add_nick => 10, # all others are allowed to be factset by anybody/default to level 0 ); diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index dd8d4d3c..5b3e4bca 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 603, + BUILD_REVISION => 604, BUILD_DATE => "2014-05-30", };