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.463 by root, Sun Dec 28 06:59:27 2008 UTC vs.
Revision 1.465 by root, Thu Jan 8 00:54:55 2009 UTC

2769 id => "infobox", 2769 id => "infobox",
2770 title => "Body Parts", 2770 title => "Body Parts",
2771 reply => undef, 2771 reply => undef,
2772 tooltip => "Shows which body parts you posess and are available", 2772 tooltip => "Shows which body parts you posess and are available",
2773 }, 2773 },
2774 "c/statistics" => {
2775 id => "infobox",
2776 title => "Statistics",
2777 reply => undef,
2778 tooltip => "Shows your primary statistics",
2779 },
2774 "c/skills" => { 2780 "c/skills" => {
2775 id => "infobox", 2781 id => "infobox",
2776 title => "Skills", 2782 title => "Skills",
2777 reply => undef, 2783 reply => undef,
2778 tooltip => "Shows your experience per skill and item power", 2784 tooltip => "Shows your experience per skill and item power",
2785 },
2786 "c/resistances" => {
2787 id => "infobox",
2788 title => "Resistances",
2789 reply => undef,
2790 tooltip => "Shows your resistances",
2791 },
2792 "c/pets" => {
2793 id => "infobox",
2794 title => "Pets",
2795 reply => undef,
2796 tooltip => "Shows information abotu your pets/a specific pet",
2779 }, 2797 },
2780 "c/uptime" => { 2798 "c/uptime" => {
2781 id => "infobox", 2799 id => "infobox",
2782 title => "Uptime", 2800 title => "Uptime",
2783 reply => undef, 2801 reply => undef,
2793 id => "party", 2811 id => "party",
2794 title => "Party", 2812 title => "Party",
2795 reply => "gsay ", 2813 reply => "gsay ",
2796 tooltip => "Messages and chat related to your party", 2814 tooltip => "Messages and chat related to your party",
2797 }, 2815 },
2816 "c/death" => {
2817 id => "death",
2818 title => "Death",
2819 reply => undef,
2820 tooltip => "Reason for and more info about your most recent death",
2821 },
2798 "c/say" => $SAY_CHANNEL, 2822 "c/say" => $SAY_CHANNEL,
2799 "c/chat" => $CHAT_CHANNEL, 2823 "c/chat" => $CHAT_CHANNEL,
2800); 2824);
2801 2825
2802sub cf::client::send_msg { 2826sub cf::client::send_msg {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines