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:
parent
1bc035c900
commit
616b79efb3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue