Latest release for version 5

This commit is contained in:
adator
2024-11-01 14:05:26 +01:00
parent f7c80d190e
commit 860e265979
4 changed files with 22 additions and 7 deletions

View File

@@ -490,7 +490,8 @@ class Irc:
self.Base.db_record_module(fromuser, module_name)
self.send2socket(f":{self.Config.SERVICE_NICKNAME} PRIVMSG {self.Config.SERVICE_CHANLOG} :Module {module_name} chargé")
self.Base.logs.info(self.loaded_classes)
# self.Base.logs.info(self.loaded_classes)
self.Base.logs.info(f"Module {class_name} has been loaded")
return True
except ModuleNotFoundError as moduleNotFound: