Add a link to source code to /about

This commit is contained in:
MangosArentLiterature 2021-04-19 04:31:06 -05:00
parent c9e97b34d7
commit 5da651bfde

View File

@ -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)