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.15 by root, Tue Sep 23 04:29:11 2008 UTC vs.
Revision 1.16 by root, Tue Sep 23 05:01:41 2008 UTC

47 47
48 () 48 ()
49} 49}
50 50
51cf::post_init { 51cf::post_init {
52 cf::async {
52 reload; 53 reload;
54 };
53}; 55};
54
55# for lack of a better place: "media tags"
56# b bold
57# i italic
58# ul underlined
59# fixed font
60# arcane font
61# hand font
62# strange font
63# print font (default)
64# color=xxx
65 56
66cf::register_command help => sub { 57cf::register_command help => sub {
67 my ($pl, $topic) = @_; 58 my ($pl, $topic) = @_;
68 59
69 if (cf::lock_active "ext::help::loading") { 60 if (cf::lock_active "ext::help::loading") {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines