From 7d8462cec3430876ff7b28c09128cde08e304d01 Mon Sep 17 00:00:00 2001 From: Semisol Date: Wed, 29 Sep 2021 23:28:25 +0300 Subject: [PATCH] update too many joins reason --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 745c00a..892092e 100644 --- a/index.js +++ b/index.js @@ -242,12 +242,12 @@ bot.on("join", (evt) => { lockActive = true bot.say(conf.channel, bold + "Locking channel for 60 seconds") bot.mode(conf.channel, "+i") - bot.raw("locops", "#wallops has been locked temporarily due to a probable botnet attack") + bot.raw("locops", "#wallops has been locked temporarily due to too many joins") transporter.sendMail({ from: conf.mail.sender, to: conf.mail.receiver, - subject: "#wallops has been locked (probable botnet)", - text: "#wallops has been locked due to a probable botnet.\nA log has been attached.", + subject: "#wallops has been locked (too many joins)", + text: "#wallops has been locked due to too many joins.\nA log has been attached.", attachments: [ { filename: "log.txt",