mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
[+] Whitespace change!
This commit is contained in:
parent
ffab5e3c12
commit
4c67553bdd
@ -417,7 +417,7 @@ public class Discord extends FreedomService
|
|||||||
while (DISCORD_MENTION_MATCHER.find())
|
while (DISCORD_MENTION_MATCHER.find())
|
||||||
{
|
{
|
||||||
String mention = DISCORD_MENTION_MATCHER.group(1);
|
String mention = DISCORD_MENTION_MATCHER.group(1);
|
||||||
message = message.replace(mention, mention.replace('@',' '));
|
message = message.replace(mention, mention.replace('@',''));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enabled && !chat_channel_id.isEmpty())
|
if (enabled && !chat_channel_id.isEmpty())
|
||||||
@ -451,7 +451,7 @@ public class Discord extends FreedomService
|
|||||||
while (DISCORD_MENTION_MATCHER.find())
|
while (DISCORD_MENTION_MATCHER.find())
|
||||||
{
|
{
|
||||||
String mention = DISCORD_MENTION_MATCHER.group(1);
|
String mention = DISCORD_MENTION_MATCHER.group(1);
|
||||||
message = message.replace(mention, mention.replace('@',' '));
|
message = message.replace(mention, mention.replace('@',''));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enabled && !chat_channel_id.isEmpty())
|
if (enabled && !chat_channel_id.isEmpty())
|
||||||
|
Loading…
Reference in New Issue
Block a user