Document set_passwd and threads prompt commands

Help messages:
set_passwd: Set a user's password. Example: set_passwd admin
threads: Get all of the Python threads used by Crafty
This commit is contained in:
luukas 2022-05-25 16:25:49 +03:00
parent 8e13b4e11d
commit ca450f21ed
No known key found for this signature in database
GPG Key ID: CC4915E8D71FC044

View File

@ -119,3 +119,9 @@ class MainPrompt(cmd.Cmd):
def help_import3(self):
Console.help("Import users and servers from Crafty 3")
def help_set_passwd(self):
Console.help("Set a user's password. Example: set_passwd admin")
def help_threads(self):
Console.help("Get all of the Python threads used by Crafty")