[PR #253] [MERGED] Improve detection of invisible usernames #331

Closed
opened 2026-02-15 15:55:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/253
Author: @13xforever
Created: 3/13/2019
Status: Merged
Merged: 3/13/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • d86a5df handle unassigned code points, as they're also invisible
  • 1f5a7ae !audit zalgo

📊 Changes

4 files changed (+73 additions, -4 deletions)

View changed files

📝 CompatBot/Commands/Moderation.Audit.cs (+36 -0)
📝 CompatBot/EventHandlers/UsernameZalgoMonitor.cs (+1 -0)
📝 CompatBot/Utils/StringUtils.cs (+32 -4)
📝 Tests/ZalgoTests.cs (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/253 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/13/2019 **Status:** ✅ Merged **Merged:** 3/13/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`d86a5df`](https://github.com/RPCS3/discord-bot/commit/d86a5dfb2c735066c6f09c8f84cecc3f87fc3557) handle unassigned code points, as they're also invisible - [`1f5a7ae`](https://github.com/RPCS3/discord-bot/commit/1f5a7aee5d8001d536c246373c51b92e6bf2071b) !audit zalgo ### 📊 Changes **4 files changed** (+73 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Moderation.Audit.cs` (+36 -0) 📝 `CompatBot/EventHandlers/UsernameZalgoMonitor.cs` (+1 -0) 📝 `CompatBot/Utils/StringUtils.cs` (+32 -4) 📝 `Tests/ZalgoTests.cs` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:41 -05:00
yindo closed this issue 2026-02-15 15:55:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#331