Skip to content

Commit

Permalink
Set state dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Mottram committed May 25, 2021
1 parent 269a025 commit d8794ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ Commandline administration

If you want to create, delete or change the password on an account from the commandline:

python3 miniircd.py --add-account nickname:password
python3 miniircd.py --set-password nickname:newpassword
python3 miniircd.py --del-account nickname
python3 miniircd.py --state-dir=/ --add-account nickname:password
python3 miniircd.py --state-dir=/ --set-password nickname:newpassword
python3 miniircd.py --state-dir=/ --del-account nickname


Basic moderation
Expand Down

0 comments on commit d8794ac

Please sign in to comment.