[PR #252] [MERGED] Zalgo display name detection #328

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (3)

  • 9624c63 change the note, and add a comment about GD category
  • 7dbf0c5 detect fucked up user names
  • 053067f tweaked the zalgo detection

📊 Changes

5 files changed (+156 additions, -8 deletions)

View changed files

CompatBot/EventHandlers/UsernameZalgoMonitor.cs (+73 -0)
📝 CompatBot/Program.cs (+5 -0)
📝 CompatBot/Utils/DiscordClientExtensions.cs (+4 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+3 -6)
Tests/ZalgoTests.cs (+71 -0)

📄 Description

No management stuff for now, only monitoring and reporting


🔄 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/252 **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 (3) - [`9624c63`](https://github.com/RPCS3/discord-bot/commit/9624c632aff4b2ebc0bb083e37a264203501545e) change the note, and add a comment about GD category - [`7dbf0c5`](https://github.com/RPCS3/discord-bot/commit/7dbf0c53ae53697df1102e54ceedf22727dd6d6b) detect fucked up user names - [`053067f`](https://github.com/RPCS3/discord-bot/commit/053067f33adc56f9cc63674716489dd829af3d8e) tweaked the zalgo detection ### 📊 Changes **5 files changed** (+156 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `CompatBot/EventHandlers/UsernameZalgoMonitor.cs` (+73 -0) 📝 `CompatBot/Program.cs` (+5 -0) 📝 `CompatBot/Utils/DiscordClientExtensions.cs` (+4 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+3 -6) ➕ `Tests/ZalgoTests.cs` (+71 -0) </details> ### 📄 Description No management stuff for now, only monitoring and reporting --- <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:40 -05:00
yindo closed this issue 2026-02-15 15:55:40 -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#328