mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #120] Allow spaces when entering tank names #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pkali on GitHub (Aug 14, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/120
Right now space is not accepted, because its value (0) denotes the end of the nick.
Change the end of the nick character to something else, e.g. $9b
@Pecusx commented on GitHub (Aug 18, 2022):
Yep!
Done! :)