--- googlecode.com/svn/trunk/Meteor/Controller.pm 2008/02/01 21:22:03 37 +++ googlecode.com/svn/trunk/Meteor/Controller.pm 2008/02/03 23:24:26 43 @@ -126,7 +126,7 @@ { # uptime my $uptime=time-$::STARTUP_TIME; - my $txt="uptime: $uptime$::CRLF"; + my $txt="OK$::CRLF"."uptime: $uptime$::CRLF"; # channel_count my $numChannels=Meteor::Channel->numChannels(); @@ -137,6 +137,8 @@ $txt.=$key.': '.$::Statistics->{$key}.$::CRLF; } + $txt.="--EOT--$::CRLF"; + $self->write($txt); } elsif($cmd eq 'QUIT')