mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 19:24:23 +00:00
Introduce MOD_HEADER in all modules. impact modules.py, definition.py, unreal6 protocol.
This commit is contained in:
@@ -1029,9 +1029,11 @@ class Unrealircd6(IProtocol):
|
||||
self._Irc.join_saved_channels()
|
||||
self._Irc.ModuleUtils.db_load_all_existing_modules(self._Irc)
|
||||
|
||||
self.send2socket(f":{self._Config.SERVEUR_ID} SMOD :L:Defender:1.0.0 :L:Command:1.0.0")
|
||||
|
||||
return None
|
||||
except IndexError as ie:
|
||||
self._Logs.error(f"{__name__} - Key Error: {ie}")
|
||||
self._Logs.error(f"{__name__} - Index Error: {ie}")
|
||||
except KeyError as ke:
|
||||
self._Logs.error(f"{__name__} - Key Error: {ke}")
|
||||
except Exception as err:
|
||||
|
||||
Reference in New Issue
Block a user