From 1224604460abe36a7433bc293547412ecae7facc Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 24 Aug 2025 03:43:39 +0200 Subject: [PATCH] Deleting the admin when quit IRC --- core/classes/protocols/unreal6.py | 1 + version.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/classes/protocols/unreal6.py b/core/classes/protocols/unreal6.py index 5211723..04068ea 100644 --- a/core/classes/protocols/unreal6.py +++ b/core/classes/protocols/unreal6.py @@ -647,6 +647,7 @@ class Unrealircd6: self.__Irc.User.delete(uid_who_quit) self.__Irc.Client.delete(uid_who_quit) self.__Irc.Reputation.delete(uid_who_quit) + self.__Irc.Admin.delete(uid_who_quit) return None diff --git a/version.json b/version.json index a4e67ca..178f2e4 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "6.2.1", + "version": "6.2.2", "requests": "2.32.3", "psutil": "6.0.0",