From 616b79efb3908cc0c92f4d522cabcc517a7b9f00 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 14:38:22 -0500 Subject: [PATCH] fixing bug before i actually try it --- plugins/factoids.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/factoids.pm b/plugins/factoids.pm index 6e65ea8..259ac6f 100644 --- a/plugins/factoids.pm +++ b/plugins/factoids.pm @@ -24,7 +24,7 @@ my $COPULA_RE = qr/\b(?:$COPULA)\b/i; #this is a hash that gives all the commands their names and functions, added to avoid some symbol table funkery that happened originally. my %commandhash = ( - "" => \&get_fact, +# "" => \&get_fact, #don't ever add the default like this, it'll cause issues! i plan on changing that! "forget" => \&get_fact_forget, "learn" => \&get_fact_learn, "relearn" => \&get_fact_learn,