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

Comparing deliantra/maps/perl/commands.ext (file contents):
Revision 1.11 by root, Wed Nov 8 00:54:11 2006 UTC vs.
Revision 1.12 by root, Sun Nov 19 13:50:13 2006 UTC

71} 71}
72 72
73cf::register_command who => $cf::TICK, sub { 73cf::register_command who => $cf::TICK, sub {
74 my ($ob, $arg) = @_; 74 my ($ob, $arg) = @_;
75 75
76 $ob->reply (undef, (join "\n", who_listing $ob->flag (cf::FLAG_WIZ)), cf::NDI_UNIQUE | cf::NDI_DK_ORANGE); 76 $ob->reply (undef, (join "\n", who_listing $ob->may ("extended_who")), cf::NDI_UNIQUE | cf::NDI_DK_ORANGE);
77 77
78 1 78 1
79}; 79};
80 80
81cf::register_command rename => $cf::TICK, sub { 81cf::register_command rename => $cf::TICK, sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines