emersonrp / bindcontrol

Keybind manager for City of Heroes
GNU General Public License v3.0
3 stars 3 forks source link

Mastermind pet names should better support multiple words #70

Closed emersonrp closed 2 months ago

emersonrp commented 2 months ago

Currently the naive fix for "no spaces in names" is to use the longest word of multi-word names to try to test for uniqueness.

The less naive fix would be to test the entire name, spaces and all, and if the unique string contains a space. store it in self.uniqueNames with the "" around it, that then get placed into the bind. Yes, that is supported apparently. https://wiki.homecomingservers.com/wiki/Petcom_name_(Slash_Command)

emersonrp commented 2 months ago

This is in the mastermind branch and will be part of a future release.

emersonrp commented 2 months ago

https://github.com/emersonrp/bindcontrol/releases/tag/v0.20.1