test
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsc ac877be2ae
Initial commit
2 years ago
ircserver Initial commit 2 years ago
README.md Initial commit 2 years ago
requirements.txt Initial commit 2 years ago
run.py Initial commit 2 years ago
settings.py Initial commit 2 years ago

README.md

virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
pip install -r requirements.txt

# edit settings.py

ufw allow 7000
python3 run.py