diff --git a/PBot/Factoids.pm b/PBot/Factoids.pm index 9a184511..b102cb52 100644 --- a/PBot/Factoids.pm +++ b/PBot/Factoids.pm @@ -228,7 +228,7 @@ sub interpreter { } if($found > 1) { - return $ref_from . "Ambiguous keyword '$original_keyword' exists in multiple locations (use 'fact ' to choose one): $chans"; + return $ref_from . "Ambiguous keyword '$original_keyword' exists in multiple locations (use 'fact ' to choose one): $chans"; } elsif($found == 1) { $pbot->logger->log("Found '$original_keyword' as '$fwd_trig' in [$fwd_chan]\n"); diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index eebc2021..2fe69cc5 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 => 282, + BUILD_REVISION => 283, BUILD_DATE => "2011-01-29", };