[PR #213] [MERGED] Catch-all handler for unknown commands #292

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (3)

  • acf35d6 remove limit on warning length in lists
  • edbbe4c change wording for successful ird check
  • a5a8dc5 Handle unknown bot commands

📊 Changes

6 files changed (+70 additions, -7 deletions)

View changed files

📝 CompatBot/Commands/Explain.cs (+2 -2)
📝 CompatBot/Commands/Warnings.ListGroup.cs (+2 -2)
📝 CompatBot/Commands/Warnings.cs (+2 -2)
CompatBot/EventHandlers/UnknownCommandHandler.cs (+61 -0)
📝 CompatBot/Program.cs (+2 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -1)

📄 Description

Should help the noobs who try to use !explain abc as !abc all the damn time


🔄 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/213 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/7/2019 **Status:** ✅ Merged **Merged:** 2/7/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`acf35d6`](https://github.com/RPCS3/discord-bot/commit/acf35d69b17f44bdedf409ece33b1b15f267d36f) remove limit on warning length in lists - [`edbbe4c`](https://github.com/RPCS3/discord-bot/commit/edbbe4cad8ba63b4ad6238d469d3095fce03de69) change wording for successful ird check - [`a5a8dc5`](https://github.com/RPCS3/discord-bot/commit/a5a8dc52befc254c46d8573f248f46360728bc36) Handle unknown bot commands ### 📊 Changes **6 files changed** (+70 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Explain.cs` (+2 -2) 📝 `CompatBot/Commands/Warnings.ListGroup.cs` (+2 -2) 📝 `CompatBot/Commands/Warnings.cs` (+2 -2) ➕ `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+61 -0) 📝 `CompatBot/Program.cs` (+2 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -1) </details> ### 📄 Description Should help the noobs who try to use `!explain abc` as `!abc` all the damn time --- <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:34 -05:00
yindo closed this issue 2026-02-15 15:55:34 -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#292