ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
(Generate patch)

Comparing deliantra/server/lib/config (file contents):
Revision 1.1 by pippijn, Tue Jan 2 14:32:31 2007 UTC vs.
Revision 1.2 by root, Thu Jan 4 00:53:54 2007 UTC

1# perl configuration 1# cf+ configuration
2 2
3# client editor support 3# client editor support
4#editor_servertype: test 4#editor_servertype: test
5#editor_gameserver: my.host.com 5#editor_gameserver: my.host.com
6#editor_testserver: my.testhost.com:13324 6#editor_testserver: my.testhost.com:13324
25#metaserver_comment: Enter a comment here. 25#metaserver_comment: Enter a comment here.
26 26
27# perl-shell 27# perl-shell
28#perl_shell: 127.0.0.1:13325 28#perl_shell: 127.0.0.1:13325
29 29
30# mlockall
31# if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
32# if false, call munlockall
33# if not specified, do neither
34#mlockall: 1
35
36# command privileges: schmorp may do teleport
37# everybody can do summon and goto
38#may_command_teleport: ["schmorp"]
39#may_command_summon: 1
40#may_command_goto: 1
41
42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines