From 7a4cde1453a318c077ffde8ef2b4d543921c0edc Mon Sep 17 00:00:00 2001 From: OpSimple <35542206+OpSimple@users.noreply.github.com> Date: Thu, 7 Jun 2018 16:54:08 +0530 Subject: Let visitors know about the other softwares Let visitors know about the existence of other softwares too --- client/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/client.js b/client/client.js index 53f2856..bfded0f 100644 --- a/client/client.js +++ b/client/client.js @@ -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/blob/master/README.md" "", "Server and web client released under the WTFPL and MIT open source license.", "No message history is retained on the hack.chat server." @@ -603,4 +604,4 @@ if (myChannel == '') { $('#sidebar').classList.add('hidden'); } else { join(myChannel); -} \ No newline at end of file +} -- cgit v1.2.1