1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 22:35:43 -04:00

fixing bug before i actually try it

This commit is contained in:
Ryan Voots 2010-03-12 14:38:22 -05:00
parent 1bc035c900
commit 616b79efb3

View file

@ -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,