mojo_client/bin/scripts/config.def
False.Genesis 1299c5490f * new conf option: "cmdchar". default is "."
* various .def scripts updates
* added cmd.def & getchatitem.def
* fixed: correctly check variable names in function "isset"
* fixed problems with loading scripts that cosist captalized IF/ENDIF/LOOP/ENDLOOP statments. now  upper, lower and mixedcase work as they should.
2007-03-24 00:07:59 +00:00

17 lines
327 B
Modula-2

#permission=255
// Load required conf files.
LOADCONF PseuWoW.conf
LOADCONF users.conf
// Apply the configureation
APPLYCONF
// Apply user permissions
APPLYPERMISSIONS
// remove dangerous variables
CLEANUPVARS
// if its not set in the conf file, default it to "." (WoWEmu & MaNGOS style)
DEFAULT,#CMDCHAR .