diff --git a/src/core/ChatProvider.js b/src/core/ChatProvider.js index 80dc734b..6cab36a4 100644 --- a/src/core/ChatProvider.js +++ b/src/core/ChatProvider.js @@ -474,20 +474,14 @@ export class ChatProvider { let displayCountry = country; if (user.userlvl !== 0) { displayCountry = 'zz'; - /* - * meme names disabled for now - * TODO think about activating it again after fixing accounts and - * mute evasions - * - } else if (name.endsWith('berg') || name.endsWith('stein')) { - displayCountry = 'il'; - / */ } else if (user.id === 2927) { /* - * hard coded flag for Manchukuo_1940 + * hard coded flags * TODO make it possible to modify user flags */ displayCountry = 'bt'; + } else if (user.id === 41030) { + displayCountry = 'to'; } if (USE_MAILER && !user.regUser.verified) {