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.12 by root, Sun May 25 21:15:44 2008 UTC vs.
Revision 1.13 by root, Thu Nov 29 10:11:59 2012 UTC

29 29
30# restart automatically when server uses more than 1g of ram: 30# restart automatically when server uses more than 1g of ram:
31#checkrusage: { vmsize: 1000000000 } 31#checkrusage: { vmsize: 1000000000 }
32 32
33# command privileges: who can do what in addition to normal user commands. 33# command privileges: who can do what in addition to normal user commands.
34# Example: schmorp and elmex may do teleport, reset and will see 34# Example: schmorp and elmex may do dm, teleport, reset and will see
35# ip addresses in the who command 35# ip addresses in the who command
36# everybody can do summon, goto, wizlook, wizpass and wizcast 36# everybody can do summon, goto, wizlook, wizpass and wizcast
37#may_command_dm: ["schmorp"]
37#may_command_teleport: ["schmorp"] 38#may_command_teleport: ["schmorp"]
38#may_command_summon: 1 39#may_command_summon: 1
39#may_command_goto: 1 40#may_command_goto: 1
40#may_command_reset: ["schmorp", "elmex"] 41#may_command_reset: ["schmorp", "elmex"]
41#may_command_wizlook: 1 42#may_command_wizlook: 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines