upped the spams

This commit is contained in:
legop3
2026-04-18 19:23:27 -04:00
parent e5e8e9ed0f
commit b76c5010b4
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
goal: 50,
async run(ctx) {
const nickname = randLetter();
const messageCount = 8;
const messageCount = 100;
for (let i = 0; i < messageCount; i += 1) {
const len = 3 + Math.floor(Math.random() * 14);
let text = '';
@@ -1,5 +1,5 @@
const NAMES = ['x', 'q', 'z', 'm', 'n', 'p', 'k', 'r'];
const BURSTS = 14;
const NAMES = ['ross', 'david', 'chirpet', 'caydu', 'meow', 'wawa'];
const BURSTS = 200;
const TICK_MS = 180;
module.exports = {
+1 -1
View File
@@ -54,7 +54,7 @@ module.exports = {
async run(ctx) {
const prevMode = ctx.getMode();
const prevReason = ctx.getAdminReasonText();
const jamReason = `Button box chaos active until ${new Date(Date.now() + DURATION_MS).toLocaleTimeString()}`;
const jamReason = `Locked by button box until ${new Date(Date.now() + DURATION_MS).toLocaleTimeString()}`;
try {
ctx.setMode('admin', 'buttonbox:modeJam');
@@ -6,7 +6,7 @@ module.exports = {
name: 'Event Flood',
goal: 45,
async run(ctx) {
for (let i = 0; i < 10; i += 1) {
for (let i = 0; i < 500; i += 1) {
const color = COLORS[Math.floor(Math.random() * COLORS.length)];
const title = TITLES[Math.floor(Math.random() * TITLES.length)];
const message = `Event ${i + 1} / 10`;