--- googlecode.com/svn/trunk/Meteor/Channel.pm 2008/02/27 21:58:56 53 +++ googlecode.com/svn/trunk/Meteor/Channel.pm 2008/03/06 08:29:39 58 @@ -359,7 +359,7 @@ } elsif($1 eq 'subscriberCount') { $self->subscriberCount(); } elsif($1 eq 'lastMsgID') { - $self->lastMsgID() || 0; + $self->lastMsgID() || 1; } elsif($1 eq 'name') { $self->{'name'}; } else {