Merge pull request #13 from adator85/dev

patch V4.0.4
This commit is contained in:
adator
2024-08-03 21:14:53 +02:00
committed by GitHub
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"# CHANNEL : {self.Config.SERVICE_CHANLOG} ")
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

View File

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