Fix server response, fix ircd parser aswell, update first setup on base.py

This commit is contained in:
adator
2025-11-08 21:21:38 +01:00
parent b52a57f95a
commit 17cb2ada5f
8 changed files with 61 additions and 24 deletions

View File

@@ -69,4 +69,6 @@ class Loader:
self.PFactory: factory.ProtocolFactorty = factory.ProtocolFactorty(self.Irc)
self.Base.init()
self.Logs.debug(self.Utils.tr("Loader %s success", __name__))