Cross-platform messaging working, preparations for bridges

This commit is contained in:
2024-06-30 01:42:37 +02:00
parent 6d2f51f02c
commit 754e199526
9 changed files with 103 additions and 55 deletions

View File

@ -3,6 +3,13 @@
# Licensed under AGPLv3 by OctoSpacc #
# ==================================== #
""" # windog config start # """
# False: ASCII output; True: ANSI Output (must be escaped)
ExecAllowed = {"date": False, "fortune": False, "neofetch": True, "uptime": False}
""" # end windog config # """
import subprocess
from re import compile as re_compile