Skip to content

Commit

Permalink
Commandline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Mottram committed May 25, 2021
1 parent d9d465b commit 63d5524
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ To subsequently change password:
/setpassword [newpassword]


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


Basic moderation
----------------

Expand Down

0 comments on commit 63d5524

Please sign in to comment.