Bugfix
This commit is contained in:
parent
3daea0e05f
commit
f471616e78
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const checkLog = () => {
|
|||
setInterval(checkLog, 3600000) // Runs once every hour,
|
||||
checkLog() // and at bot startup.
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
load: (b) => {
|
||||
b.on('plainchat', (msg, type) => {
|
||||
if (!settings.disableLogging && !settings.disableChatLogging) chatlog(`chat_${b.host.host}_${b.host.port}`, `[${type}] ${msg}`)
|
||||
|
|
Loading…
Reference in a new issue