Add documentation to /8ball

This commit is contained in:
MangosArentLiterature 2021-04-04 17:06:01 -05:00
parent b1c00cb46f
commit ed38f5cb17

View File

@ -1369,6 +1369,13 @@ class AOClient : public QObject {
*/ */
void cmdPM(int argc, QStringList argv); void cmdPM(int argc, QStringList argv);
/**
* @brief Randomly selects an answer from 8ball.txt to a question.
*
* @details The only argument is the question the client wants answered.
*
* @iscommand
*/
void cmd8Ball(int argc, QStringList argv); void cmd8Ball(int argc, QStringList argv);
///@} ///@}