]> git.donarmstrong.com Git - infobot.git/blobdiff - src/UserExtra.pl
agreed
[infobot.git] / src / UserExtra.pl
index bfd2487c2c6bbda1cb2aaec2f8e623f9f337fae6..d468fff6eb3e7501c31fbe6cf98bb9f069062b7d 100644 (file)
@@ -793,7 +793,6 @@ sub userCommands {
        my $startString = scalar(gmtime $^T);
        my $upString    = &Time2String(time() - $^T);
        my $factoids    = &countKeys("factoids");
-       my $botmail     = &countKeys("botmail");
 
        $count{'Commands'}      = 0;
        foreach (keys %cmdstats) {
@@ -814,7 +813,6 @@ sub userCommands {
                &fixPlural("command",$count{'Commands'}).
          ".  I have been awake for $upString this session, and ".
          "currently reference \002$factoids\002 factoids.  ".
-         "I have \002$botmail\002 ". &fixPlural("message", $botmail). ".  ".
          "I'm using about \002$memusage\002 ".
          "kB of memory."
        );