For bridged checks

This commit is contained in:
Firepup Sixfifty 2023-11-20 09:19:44 -06:00
parent 7c51c056b0
commit 2031315832
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -31,6 +31,7 @@ class bot:
queue: list[bbytes]
sock: socket
npallowed: list[str]
current: str
def __init__(self, server: str):
...