From 2031315832d9b5bda0329157c177f8eacee42746 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 20 Nov 2023 09:19:44 -0600 Subject: [PATCH] For bridged checks --- bare.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bare.py b/bare.py index a10c2a3..ffddbd3 100644 --- a/bare.py +++ b/bare.py @@ -31,6 +31,7 @@ class bot: queue: list[bbytes] sock: socket npallowed: list[str] + current: str def __init__(self, server: str): ...