]> git.donarmstrong.com Git - infobot.git/commitdiff
debug info for ircstats hash list
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 1 Sep 2000 14:21:13 +0000 (14:21 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 1 Sep 2000 14:21:13 +0000 (14:21 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@68 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/UserExtra.pl

index b2388d10649122fd0e775fbcd703d42c78537f47..c6343e4664c115968038fe1df356f99236565957 100644 (file)
@@ -462,6 +462,10 @@ sub userCommands {
        my $format_time = &Time2String(time() - $ircstats{'ConnectTime'});
        my $reply;
 
+       foreach (keys %ircstats) {
+           &DEBUG("ircstats: $_ => '$ircstats{$_}'.");
+       }
+
        ### RECONNECT COUNT.
        if ($count == 1) {      # good.
            $reply = "I'm connected to $ircstats{'Server'} and have been so".