ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/help.ext
Revision: 1.1
Committed: Thu Mar 1 13:35:39 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Log Message:
no help in perl yet..

File Contents

# Content
1 #! perl
2
3 #--------------------------------------------------
4 # cf::register_command help => sub {
5 # my ($pl, $topic) = @_;
6 #
7 # $pl->reply (undef, "Help on $topic");
8 # };
9 #--------------------------------------------------