ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.388 by root, Thu Oct 18 02:56:13 2007 UTC vs.
Revision 1.390 by root, Thu Oct 25 09:01:24 2007 UTC

2679 id => "infobox", 2679 id => "infobox",
2680 title => "Examine", 2680 title => "Examine",
2681 reply => undef, 2681 reply => undef,
2682 tooltip => "Signs and other items you examined", 2682 tooltip => "Signs and other items you examined",
2683 }, 2683 },
2684 "c/book" => {
2685 id => "infobox",
2686 title => "Book",
2687 reply => undef,
2688 tooltip => "The contents of a note or book",
2689 },
2684 "c/lookat" => { 2690 "c/lookat" => {
2685 id => "infobox", 2691 id => "infobox",
2686 title => "Look", 2692 title => "Look",
2687 reply => undef, 2693 reply => undef,
2688 tooltip => "What you saw there", 2694 tooltip => "What you saw there",
2695 },
2696 "c/who" => {
2697 id => "infobox",
2698 title => "Players",
2699 reply => undef,
2700 tooltip => "Shows players who are currently online",
2701 },
2702 "c/body" => {
2703 id => "infobox",
2704 title => "Body Parts",
2705 reply => undef,
2706 tooltip => "Shows which body parts you posess and are available",
2707 },
2708 "c/uptime" => {
2709 id => "infobox",
2710 title => "Uptime",
2711 reply => undef,
2712 tooltip => "How long the server has been running sicne last restart",
2713 },
2714 "c/mapinfo" => {
2715 id => "infobox",
2716 title => "Map Info",
2717 reply => undef,
2718 tooltip => "Information related to the maps",
2689 }, 2719 },
2690); 2720);
2691 2721
2692sub cf::client::send_msg { 2722sub cf::client::send_msg {
2693 my ($self, $channel, $msg, $color, @extra) = @_; 2723 my ($self, $channel, $msg, $color, @extra) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines