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.5 by root, Thu Apr 19 21:57:19 2007 UTC vs.
Revision 1.6 by root, Sat Apr 21 16:56:31 2007 UTC

41 reload; 41 reload;
42 undef $guard; 42 undef $guard;
43 }; 43 };
44}; 44};
45 45
46# for lack of a better place: "media tags"
47# b bold
48# i italic
49# ul underlined
50# fixed font
51# arcane font
52# hand font
53# strange font
54# print font (default)
55# color=xxx
56
46cf::register_command help => sub { 57cf::register_command help => sub {
47 my ($pl, $topic) = @_; 58 my ($pl, $topic) = @_;
48 59
49 if (cf::lock_active "ext::help::loading") { 60 if (cf::lock_active "ext::help::loading") {
50 $pl->reply (undef, "help files are being loaded currently, try again in a few seconds."); 61 $pl->reply (undef, "help files are being loaded currently, try again in a few seconds.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines