\u203a support 1!1 !11!!

This commit is contained in:
ChomeNS 2022-08-24 17:12:40 +07:00
parent 205389d0ce
commit 972a0cad0f

View file

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