ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/help.ext
(Generate patch)

Comparing deliantra/server/ext/help.ext (file contents):
Revision 1.16 by root, Tue Sep 23 05:01:41 2008 UTC vs.
Revision 1.17 by root, Fri May 14 22:56:47 2010 UTC

47 47
48 () 48 ()
49} 49}
50 50
51cf::post_init { 51cf::post_init {
52 cf::async { 52 cf::async_ext { reload };
53 reload;
54 };
55}; 53};
56 54
57cf::register_command help => sub { 55cf::register_command help => sub {
58 my ($pl, $topic) = @_; 56 my ($pl, $topic) = @_;
59 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines