continuwuity/changelog.d/1804.bugfix
Jonathan Bouligny 0ece17b6a0
Some checks failed
Checks / Prek / Check changed files (push) Successful in 6s
Checks / Prek / Pre-commit & Formatting (push) Failing after 20s
Documentation / Build and Deploy Documentation (push) Failing after 21s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 5s
Release Docker Image / Build linux-amd64 (release) (push) Failing after 3m42s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 12m4s
Release Docker Image / Create Multi-arch Release Manifest (push) Has been skipped
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been skipped
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been skipped
Release Docker Image / Create Max-Perf Manifest (push) Has been skipped
Release Docker Image / Mirror Images (push) Has been skipped
Release Docker Image / Release Binaries (push) Has been skipped
fix: Trim whitespace in is_admin_command
Lets users run commands even with a space before the !admin prefix.
2026-06-11 15:20:34 +00:00

1 line
123 B
Text

Fixed admin commands being ignored when they had leading whitespace before admin commands. Contributed by @kitvonsnookerz.