]> git.donarmstrong.com Git - infobot.git/blobdiff - src/CLI/Support.pl
* Rebranding from blootbot to infobot
[infobot.git] / src / CLI / Support.pl
index 7ee3a0b0dc0a2ad3aa009b2cbc8f7a381ef02b95..60f171c688d80f115f5d18bd6eedab16c4657568 100644 (file)
@@ -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)) ) {