Notes on setting avatar

master
Bob Mottram 2019-07-12 15:42:43 +01:00
parent befc991fbf
commit 38ec428cb1
1 changed files with 12 additions and 0 deletions

View File

@ -256,6 +256,18 @@ To change the password for an account:
python3 epicyon.py --changepassword nickname@domain newpassword
```
To set an avatar for an account:
``` bash
python3 epicyon.py --nickname [nick] --domain [name] --avatar [filename]
```
To set the background image for an account:
``` bash
python3 epicyon.py --nickname [nick] --domain [name] --background [filename]
```
## Running the Server
To run with defaults: