Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

Autocompletion handles uppercase in commands incorrectly #63

Closed stepa2 closed 3 years ago

stepa2 commented 3 years ago

Probably no chat entry is matched with uppercase parts of the command.

Example code:

EasyChat.CmdSuggestions:AddSuggestionHandler("Example","/", {ABC = {}, ZABC = {}, Abc = {}, ZAbc = {}, Zabc = {}, abc = {}, zabc = {}}) (run with lua_run_cl)

Behaviour (all suggestions are in original order):

Earu commented 3 years ago

Nice finding! I think the issue is fixed now, could you try again?

stepa2 commented 3 years ago

It works now