--- deliantra/server/ext/help.ext 2007/06/26 23:09:30 1.8 +++ deliantra/server/ext/help.ext 2007/07/10 05:51:38 1.9 @@ -81,7 +81,7 @@ } elsif (my $item = $TOPIC->{$topic}) { my ($type, @pars) = @$item; - $pl->reply (undef, cf::pod::as_text \@pars); + $pl->reply (undef, cf::pod::as_cfpod \@pars); } else { $pl->reply (undef, "'$topic' no such help topic, try just 'help' to get a list of topics.");