patch V4.0.4

This commit is contained in:
adator
2024-08-03 21:14:28 +02:00
parent c369d86a22
commit 1837edf1c2
2 changed files with 4 additions and 1 deletions

View File

@@ -759,6 +759,9 @@ class Irc:
self.Base.logs.info(f"# VERSION : {version} ") self.Base.logs.info(f"# VERSION : {version} ")
self.Base.logs.info(f"################################################") self.Base.logs.info(f"################################################")
if self.Base.check_for_new_version():
self.send2socket(f":{self.Config.SERVICE_NICKNAME} PRIVMSG {self.Config.SERVICE_CHANLOG} : New Version available {version}")
# Initialisation terminé aprés le premier PING # Initialisation terminé aprés le premier PING
self.INIT = 0 self.INIT = 0
# self.send2socket(f':{self.Config.SERVICE_ID} PING :{hsid}') # self.send2socket(f':{self.Config.SERVICE_ID} PING :{hsid}')

View File

@@ -1,3 +1,3 @@
{ {
"version": "4.0.3" "version": "4.0.4"
} }