From 5da651bfde79569a3130cfa7ea52fa301f02c886 Mon Sep 17 00:00:00 2001 From: MangosArentLiterature <58055358+MangosArentLiterature@users.noreply.github.com> Date: Mon, 19 Apr 2021 04:31:06 -0500 Subject: [PATCH] Add a link to source code to /about --- src/commands/moderation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/moderation.cpp b/src/commands/moderation.cpp index 8f57472..e0fc24a 100644 --- a/src/commands/moderation.cpp +++ b/src/commands/moderation.cpp @@ -206,7 +206,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, Salanto, and mangosarentliterature. 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() + ". For documentation and reporting issues, see the source: https://github.com/AttorneyOnline/akashi"}); } void AOClient::cmdMute(int argc, QStringList argv)