ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/help.ext
(Generate patch)

Comparing deliantra/server/ext/help.ext (file contents):
Revision 1.13 by root, Mon Sep 8 11:39:47 2008 UTC vs.
Revision 1.14 by root, Mon Sep 22 01:33:09 2008 UTC

82 push @{$topics{$v->[0]}}, $k; 82 push @{$topics{$v->[0]}}, $k;
83 } 83 }
84 84
85 my $res; 85 my $res;
86 while (my ($k, $v) = each %topics) { 86 while (my ($k, $v) = each %topics) {
87 $res .= "B<$k:>\n" . (join " ", sort @$v) . "\n\n"; 87 $res .= "T<$k:>\n\n" . (join " ", sort @$v) . "\n\n";
88 } 88 }
89 89
90 $pl->send_msg ($HELP_CHANNEL => $res, cf::NDI_REPLY | cf::NDI_CLEAR); 90 $pl->send_msg ($HELP_CHANNEL => $res, cf::NDI_REPLY | cf::NDI_CLEAR);
91 91
92 } elsif (my $item = $TOPIC->{$topic}) { 92 } elsif (my $item = $TOPIC->{$topic}) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines