* 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.
17 lines
327 B
Modula-2
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 .
|