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

Comparing deliantra/server/ext/commands.ext (file contents):
Revision 1.62 by root, Sat Sep 8 10:14:09 2007 UTC vs.
Revision 1.63 by root, Sun Oct 7 15:52:05 2007 UTC

200}; 200};
201 201
202cf::register_command hiscore => sub { 202cf::register_command hiscore => sub {
203 my ($ob, $arg) = @_; 203 my ($ob, $arg) = @_;
204 204
205 my $url = $cf::CFG->{hiscore_url}; 205 my $url = $cf::CFG{hiscore_url};
206 $ob->send_msg (log => "See $url", cf::NDI_REPLY); 206 $ob->send_msg (log => "See $url", cf::NDI_REPLY);
207}; 207};
208 208
209sub _set_mode($$$@) { 209sub _set_mode($$$@) {
210 my ($name, $ob, $arg, $slot, @choices) = @_; 210 my ($name, $ob, $arg, $slot, @choices) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines