--- deliantra/server/lib/config 2007/01/02 14:32:31 1.1 +++ deliantra/server/lib/config 2007/01/04 00:53:54 1.2 @@ -1,4 +1,4 @@ -# perl configuration +# cf+ configuration # client editor support #editor_servertype: test @@ -27,3 +27,16 @@ # perl-shell #perl_shell: 127.0.0.1:13325 +# mlockall +# if true, call mlockall(MCL_CURRENT|MCL_FUTURE) +# if false, call munlockall +# if not specified, do neither +#mlockall: 1 + +# command privileges: schmorp may do teleport +# everybody can do summon and goto +#may_command_teleport: ["schmorp"] +#may_command_summon: 1 +#may_command_goto: 1 + +