Fix server response, fix ircd parser aswell, update first setup on base.py

This commit is contained in:
adator
2025-11-08 21:21:38 +01:00
parent b52a57f95a
commit 17cb2ada5f
8 changed files with 61 additions and 24 deletions

View File

@@ -43,6 +43,9 @@ endif
clean:
ifeq ($(OS), Linux)
@export echo $DBUS_SESSION_BUS_ADDRESS && \
systemctl --user stop defender
$(info Defender has been stopped...)
@if [ -e .pyenv ]; then \
rm -rf .pyenv; \
echo "Virtual Env has been removed!"; \