Add a link to source code to /about
This commit is contained in:
parent
c9e97b34d7
commit
5da651bfde
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user