Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore chat triggers for interactive ban reason (#2067)
* Ignore chat triggers for interactive ban reason If the admin types a chat trigger for a command while BaseBans is waiting for them to type a ban reason, don't treat that message as the ban reason. This fixes a problem where the admin decides to cancel their ban with "!abortban", "/abortban" etc, but ends up accidentally banning the player with the ban reason "!abortban" (or by attempting to access any other command via a chat trigger before typing the ban reason). * Optimize Check if we're actually waiting for chat reason before calling the native
- Loading branch information