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

@@ -758,6 +758,9 @@ class Irc:
self.Base.logs.info(f"# CHANNEL : {self.Config.SERVICE_CHANLOG} ")
self.Base.logs.info(f"# VERSION : {version} ")
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
self.INIT = 0