Jump to content

chatlog.log


BettyBoop

Recommended Posts

  • Subscriber

since we moved for silent 0.8.0 cant have the chats anymore stored ,always worked with  the previous version and it is very helpfully

 

// Logs
set g_log "server.log"
set g_logChat "chatlog.log"
set g_cheatLog "cheat.log"
set logfile 2
set g_logOptions 0
set g_logAdmin "admin.log"

 

 

set lua_modules "chat.lua rename.lua"
set lua_allowedModules "chat.lua rename.lua"

Edited by McBeth
Link to comment
Share on other sites

  • Management

Set this:

 

set lua_allowedModules "chat.lua rename.lua"

 

to this:

 

set lua_allowedModules ""

 

This is common misunderstanding with Lua configurations. The allowed modules is an option which allows adding SHA1 signatures of loaded modules. I.e. it checs that the modules are proper. But if you don't have the signatures, then this can be left empty and all modules are loaded.

Link to comment
Share on other sites

  • Subscriber

Set this:

 

set lua_allowedModules "chat.lua rename.lua"

 

to this:

 

set lua_allowedModules ""

 

This is common misunderstanding with Lua configurations. The allowed modules is an option which allows adding SHA1 signatures of loaded modules. I.e. it checs that the modules are proper. But if you don't have the signatures, then this can be left empty and all modules are loaded.

done : will let you know  tomorrow if all is oki now

thanks a lot

Edited by McBeth
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...