finetune clone connection

This commit is contained in:
adator
2024-09-20 23:12:57 +02:00
parent ee039322d4
commit 2c0510b2a3
4 changed files with 35 additions and 19 deletions

View File

@@ -416,6 +416,7 @@ class Clones:
realname: str
channels: list
vhost: str = None
init: bool = True
connected: bool = False
UID_CLONE_DB: list[CloneModel] = []