From dc5375fff2eb7aaa0e9ae079875dda7929c69632 Mon Sep 17 00:00:00 2001 From: MangosArentLiterature <58055358+MangosArentLiterature@users.noreply.github.com> Date: Mon, 26 Apr 2021 16:33:13 -0500 Subject: [PATCH] Update /login documentation --- include/aoclient.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/aoclient.h b/include/aoclient.h index 06f5170..df64cdd 100644 --- a/include/aoclient.h +++ b/include/aoclient.h @@ -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**. - * - * If the authorisation type is `"advanced"`, then it requires two arguments, the **moderator's username** and the **matching password**. + * @details No arguments. * * @iscommand */