From 466089ad842d087986caa4d09f7663af0dd0bda1 Mon Sep 17 00:00:00 2001 From: MangosArentLiterature <58055358+MangosArentLiterature@users.noreply.github.com> Date: Thu, 15 Apr 2021 23:40:47 -0500 Subject: [PATCH] update readme and /about this feels weird to do --- README.md | 2 ++ src/commands/moderation.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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)