Skip to content

Commit

Permalink
Merge pull request hack-chat#17 from OpSimple/patch-1
Browse files Browse the repository at this point in the history
Let visitors know about the other softwares
  • Loading branch information
marzavec authored Jun 7, 2018
2 parents e35fff5 + 70cf256 commit b928d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var frontpage = [
"",
"Legacy GitHub: https://github.com/AndrewBelt/hack.chat",
"Android apps: https://goo.gl/UkbKYy https://goo.gl/qasdSu https://goo.gl/fGQFQN",
"Other Softwares: https://github.com/hack-chat/3rd-party-software-list"
"",
"Server and web client released under the WTFPL and MIT open source license.",
"No message history is retained on the hack.chat server."
Expand Down Expand Up @@ -603,4 +604,4 @@ if (myChannel == '') {
$('#sidebar').classList.add('hidden');
} else {
join(myChannel);
}
}

0 comments on commit b928d30

Please sign in to comment.