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

@@ -187,6 +187,9 @@ class MConfig:
CLONE_CMODES: str = "+nts"
"""Clone channel modes (ex. +nts)"""
CLONE_UMODES: str = '+iwxz'
"""Clone User modes (ex. +iwxz)"""
CLONE_LOG_HOST_EXEMPT: list[str] = field(default_factory=list[str])
"""Hosts that clones will not log"""