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.389 by root, Sat Oct 20 04:39:57 2007 UTC vs.
Revision 1.390 by root, Thu Oct 25 09:01:24 2007 UTC

2690 "c/lookat" => { 2690 "c/lookat" => {
2691 id => "infobox", 2691 id => "infobox",
2692 title => "Look", 2692 title => "Look",
2693 reply => undef, 2693 reply => undef,
2694 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",
2695 }, 2719 },
2696); 2720);
2697 2721
2698sub cf::client::send_msg { 2722sub cf::client::send_msg {
2699 my ($self, $channel, $msg, $color, @extra) = @_; 2723 my ($self, $channel, $msg, $color, @extra) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines