X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FCLI%2FSupport.pl;h=60f171c688d80f115f5d18bd6eedab16c4657568;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=7ee3a0b0dc0a2ad3aa009b2cbc8f7a381ef02b95;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/src/CLI/Support.pl b/src/CLI/Support.pl index 7ee3a0b..60f171c 100644 --- a/src/CLI/Support.pl +++ b/src/CLI/Support.pl @@ -26,7 +26,7 @@ sub cliloop { # install libterm-readline-gnu-perl to get history support use Term::ReadLine; - my $term = new Term::ReadLine 'blootbot'; + my $term = new Term::ReadLine 'infobot'; my $prompt = "$who> "; #$OUT = $term->OUT || STDOUT; while ( defined ($_ = $term->readline($prompt)) ) {