Move mod_clone to use the module interface.

This commit is contained in:
adator
2025-11-01 22:11:15 +01:00
parent 769ab8b632
commit fb41a13d0a
2 changed files with 26 additions and 87 deletions

View File

@@ -45,7 +45,6 @@ class Test(IModule):
# Build the default configuration model (Mandatory)
self.ModConfig = self.ModConfModel(param_exemple1='str', param_exemple2=1)
def unload(self) -> None:
self.Irc.Commands.drop_command_by_module(self.module_name)
return None