QUOTE(Gavin @ Apr 14 2004, 07:15 AM)
I use the stats command
if ($msg =~ /^stats/) {
my $allow = $msn->getlist('AL');
my $blocked = $msn->getlist('BL');
&send($self, "Statistics:\n\nUsers: $allow\nBlocked Users: $blocked\n", "$username");
}
is there any code so that it saves the number of allowed users into a folder?