Connexion to inspircd done ...

This commit is contained in:
adator
2024-11-07 00:51:09 +01:00
parent 709e8d4419
commit 395dec47be
5 changed files with 28 additions and 32 deletions

View File

@@ -7,8 +7,8 @@ class Settings:
RUNNING_THREADS: list[Thread] = []
RUNNING_SOCKETS: list[socket] = []
PERIODIC_FUNC: dict[object] = {}
LOCK: RLock = RLock()
LOCK: RLock = RLock()
CONSOLE: bool = True
USER_MODES: list[str] = []
USER_MODES: list[str] = []