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.12 by root, Fri Apr 11 01:15:49 2008 UTC vs.
Revision 1.13 by root, Mon Sep 8 11:39:47 2008 UTC

38 (load_topics "DM Commands" => "dmcommand_help"), 38 (load_topics "DM Commands" => "dmcommand_help"),
39 (load_topics "Emotes" => "emote_help"), 39 (load_topics "Emotes" => "emote_help"),
40 (load_topics "Commands" => "command_help"), 40 (load_topics "Commands" => "command_help"),
41 (load_topics "Generic Help Topics" => "generic_help"), 41 (load_topics "Generic Help Topics" => "generic_help"),
42 }; 42 };
43
44 ()
43} 45}
44 46
45cf::sync_job { 47cf::sync_job {
46 my $guard = cf::lock_acquire "ext::help::loading"; 48 my $guard = cf::lock_acquire "ext::help::loading";
47 cf::async_ext { 49 cf::async_ext {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines