CommandHelper
CommandHelper copied to clipboard
Commands should be unregistered upon recompile
CMDHELPER-3063 - Reported by LadyCailin
When register_command is used to override an existing command, upon recompile, the command should be reset to the previous state. Currently, commands registered this way will still remain on the server even if CH is unloaded. Additionally, it would be nice to have a reset_command method, so that the user could trigger this behavior manually as needed.
Comment by jb_aero
Progress on this: https://github.com/jb-aero/commandhelper/commit/a7a01347653e63275fa991ad26ee56ed3b691b0c
All of that was done several weeks ago, and temporarily abandoned while I make time for school.