Create Makefile installation; update copyright core command. TODO replace installation.py script.

This commit is contained in:
adator
2025-10-28 01:02:27 +01:00
parent 05b15f2f18
commit 99f8949681
4 changed files with 132 additions and 1 deletions

View File

@@ -1220,7 +1220,7 @@ class Irc:
self.Protocol.send_notice(
nick_from=dnickname,
nick_to=fromuser,
msg=f">> Defender V.{self.Config.CURRENT_VERSION} Developped by adator®."
msg=f">> Defender V{self.Config.CURRENT_VERSION} Developped by adator®."
)
return None