diff --git a/plugins/chat.js b/plugins/chat.js index 6a7157e..2fbebb4 100644 --- a/plugins/chat.js +++ b/plugins/chat.js @@ -18,7 +18,6 @@ function inject(bot) { bot.on('parsed_chat', (message, packet) => { try { const raw = message.toMotd().substring(0, 32767); - console.log(raw) if (raw.match(/.* .*§r: §.*/g)) { // if (packet.sender === '00000000-0000-0000-0000-000000000000') return; const username = raw.replace(/.*?\[.*?\] /, '').replace(/:.*/g, '').replace(/§#....../gm, '');