diff --git a/README.md b/README.md index 862d627..eeae8e4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ Copyright © scatterflower 2020-2021 Copyright © Salanto 2021 Copyright © in1tiate 2021 + +Copyright © mangosarentliterature 2021 diff --git a/src/commands/moderation.cpp b/src/commands/moderation.cpp index 88cd784..2fa8efe 100644 --- a/src/commands/moderation.cpp +++ b/src/commands/moderation.cpp @@ -205,7 +205,7 @@ void AOClient::cmdUnBan(int argc, QStringList argv) void AOClient::cmdAbout(int argc, QStringList argv) { - sendPacket("CT", {"The akashi dev team", "Thank you for using akashi! Made with love by scatterflower, with help from in1tiate and Salanto. akashi " + QCoreApplication::applicationVersion()}); + sendPacket("CT", {"The akashi dev team", "Thank you for using akashi! Made with love by scatterflower, with help from in1tiate, Salanto, and mangosarentliterature. akashi " + QCoreApplication::applicationVersion()}); } void AOClient::cmdMute(int argc, QStringList argv)