eeeeeeeeeeeeeeeeeeeeeeeee

This commit is contained in:
ChomeNS 2022-09-04 18:55:59 +07:00
parent 5fe6d5a0c4
commit e578a494c1

View file

@ -31,12 +31,12 @@ function inject(bot) {
} else if (raw.match(/.* .*\u203a .*/g)) {
// if (packet.sender === '00000000-0000-0000-0000-000000000000') return;
const username = raw.replace(/.*?\[.*?\] /g, '').replace(/\u203a.*/g, '').replace(/§#....../gm, '').split(' ')[0];
const message = raw.split('\u203a ')[1].substr(2);
const message = raw.split('\u203a ')[1].substr(4);
bot.emit('message', username, message, packet.sender);
} else if (raw.match(/.* .*\u00BB .*/g)) {
// if (packet.sender === '00000000-0000-0000-0000-000000000000') return;
const username = raw.replace(/.*?\[.*?\] /g, '').replace(/\u00BB.*/g, '').replace(/§#....../gm, '').split(' ')[0];
const message = raw.split('\u00BB ')[1].substr(2);
const message = raw.split('\u00BB ')[1].substr(4);
bot.emit('message', username, message, packet.sender);
} else if (raw.match(/<.*§r> .*/g)) {
// if (packet.sender === '00000000-0000-0000-0000-000000000000') return;