remove discord auto chatban again

This commit is contained in:
HF 2023-03-31 23:20:17 +02:00
parent cf7217f66e
commit 3e58eb6111

View File

@ -403,7 +403,7 @@ export class ChatProvider {
const country = user.regUser.flag || 'xx';
if (name.trim() === ''
|| (Number(channelId) === 4374 && message.includes('discord'))
// || (Number(channelId) === 4374 && message.includes('discord'))
|| (this.autobanPhrase && message.includes(this.autobanPhrase))
) {
const { ipSub } = user;