Update /login documentation

This commit is contained in:
MangosArentLiterature 2021-04-26 16:33:13 -05:00
parent a5386ddc77
commit dc5375fff2

View File

@ -686,11 +686,9 @@ class AOClient : public QObject {
///@{ ///@{
/** /**
* @brief Logs the user in as a moderator. * @brief Sets the client to be in the process of logging in, setting is_logging_in to **true**.
* *
* @details If the authorisation type is `"simple"`, then this command expects one argument, the **global moderator password**. * @details No arguments.
*
* If the authorisation type is `"advanced"`, then it requires two arguments, the **moderator's username** and the **matching password**.
* *
* @iscommand * @iscommand
*/ */