CommandHelper icon indicating copy to clipboard operation
CommandHelper copied to clipboard

Commands should be unregistered upon recompile

Open LadyCailinBot opened this issue 10 years ago • 1 comments

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.

LadyCailinBot avatar Apr 17 '15 19:04 LadyCailinBot

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.

LadyCailinBot avatar May 26 '15 04:05 LadyCailinBot