From 9db992698ac6d8bf5321c70af4761d77b30451c7 Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 17 Jun 2021 04:03:40 +0200 Subject: [PATCH] Update README --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index cbb6199..2786072 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,25 @@ IRC!Radio aims to be minimalistic/small using: - Icecast2 - Quart web framework +## Command list + +```text +- !np - current song +- !tune - upvote song +- !boo - downvote song +- !request - search and queue a song by title +- !dj+ - add a YouTube ID to the radiostream +- !dj- - remove a YouTube ID +- !ban+ - ban a YouTube ID and/or nickname +- !ban- - unban a YouTube ID and/or nickname +- !skip - skips current song +- !listeners - show current amount of listeners +- !queue - show queued up music +- !queue_user - queue a random song by user +- !search - search for a title +- !stats - stats +``` + ## Ubuntu installation No docker. The following assumes you have a VPS somewhere with root access. @@ -127,22 +146,3 @@ certbot --nginx ``` Pick "Yes" for redirects. - -## Command list - -```text -- !np - current song -- !tune - upvote song -- !boo - downvote song -- !request - search and queue a song by title -- !dj+ - add a YouTube ID to the radiostream -- !dj- - remove a YouTube ID -- !ban+ - ban a YouTube ID and/or nickname -- !ban- - unban a YouTube ID and/or nickname -- !skip - skips current song -- !listeners - show current amount of listeners -- !queue - show queued up music -- !queue_user - queue a random song by user -- !search - search for a title -- !stats - stats -```