regenerating readme

cleanup
m455 2020-09-25 17:26:54 -04:00
parent 4adc993055
commit 00bee864be
1 changed files with 4 additions and 5 deletions

View File

@ -39,11 +39,10 @@ A program for shared Unix servers, specifically [tilde.town](https://tilde.town)
# How it works # How it works
Each user on the shared Unix server may have a `.nicethings` file. The Each user on the shared Unix server may have a `.nicethings` file. The `.nicethings` file may be
`.nicethings` file may be populated with a list of nice messages populated with a list of nice messages created by a user. All users' `.nicethings` files are
created by a user. All users' `.nicethings` files are converted to converted to lists. All lists are combined into one list. A random nice message is picked from from
lists. All lists are combined into one list. A random nice message is this list and is displayed to the user.
picked from from this list and is displayed to the user.
## How it works in detail ## How it works in detail