Original PR: https://github.com/arthur-pbty/shadowbot/pull/1 Author: @arthur-pbty Created: 4/11/2026 Status: ✅ Merged Merged: 4/11/2026 Merged by: @arthur-pbty
Base: master ← Head: fix/prefix-multiple
master
fix/prefix-multiple
d39eeee
3 files changed (+7 additions, -9 deletions)
📝 src/commands/automation/piconly.rs (+3 -4) 📝 src/commands/mod.rs (+1 -1) 📝 src/events/message.rs (+3 -4)
src/commands/automation/piconly.rs
src/commands/mod.rs
src/events/message.rs
Prevents commands from being executed when multiple prefixes are used (e.g. ++++ping).
+ping -> works ++++ping -> ignored
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/arthur-pbty/shadowbot/pull/1
Author: @arthur-pbty
Created: 4/11/2026
Status: ✅ Merged
Merged: 4/11/2026
Merged by: @arthur-pbty
Base:
master← Head:fix/prefix-multiple📝 Commits (1)
d39eeeefix(prefix): prevent multiple prefix usage like ++++ping📊 Changes
3 files changed (+7 additions, -9 deletions)
View changed files
📝
src/commands/automation/piconly.rs(+3 -4)📝
src/commands/mod.rs(+1 -1)📝
src/events/message.rs(+3 -4)📄 Description
Summary
Prevents commands from being executed when multiple prefixes are used (e.g. ++++ping).
Changes
Expected behavior
+ping -> works
++++ping -> ignored
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.