View Single Post
03/18/18, 08:36 AM   #4
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Originally Posted by sirinsidiator View Post
No need to overwrite anything. It should be enough to call SLASH_COMMAND_AUTO_COMPLETE:InvalidateSlashCommandCache()
Wouldn't that lose ALL the other autocompletes as well? I assume I can't just take the specific autocomplete item from:
Code:
self.possibleMatches
  Reply With Quote