From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 18 Mar 2021 15:59:24 +0000 (+0100)
Subject: Fix inventors note for Copycat
X-Git-Url: https://git.auder.net/%7B%7B%20asset%28%27mixstore/css/user/doc/pieces/%24%7BgetWhatsApp%28link%29%7D?a=commitdiff_plain;h=07d62cec868b1c1a04cf28679cc274417fdf2649;p=vchess.git

Fix inventors note for Copycat
---

diff --git a/TODO b/TODO
index 0aab7d35..10788bd0 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,3 @@ If new live game starts in background, "new game" notify OK but not first move.
 "FreeBoard", re-using a lot of Board logic, but with SVG (empty) board + SVG (empty) reserves.
 Will be used for variants with custom non-rectangular board (Hex, at least)
 Or, with other board shapes (see greenchess.net for example)
-
-=====
-
-New variants:
-Hidden2: Hidden with free initial setup (as in Screen)
-Shinobi Chess
diff --git a/client/src/translations/rules/Copycat/en.pug b/client/src/translations/rules/Copycat/en.pug
index 15765b01..8a619142 100644
--- a/client/src/translations/rules/Copycat/en.pug
+++ b/client/src/translations/rules/Copycat/en.pug
@@ -25,4 +25,7 @@ p
   a(href="https://discord.gg/tv9hVkQKa9") Discord server
   | &nbsp;:-)
 
-p Inventors: students at xxNarcissus school.
+p
+  | Inventors: students at 
+  a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club
+  | .
diff --git a/client/src/translations/rules/Copycat/es.pug b/client/src/translations/rules/Copycat/es.pug
index 089b3389..8a7f0714 100644
--- a/client/src/translations/rules/Copycat/es.pug
+++ b/client/src/translations/rules/Copycat/es.pug
@@ -25,4 +25,7 @@ p
   a(href="https://discord.gg/tv9hVkQKa9") servidor Discord
   | &nbsp;Copycat :-)
 
-p Inventores: alumnos de la escuela de xxNarcissus.
+p
+  | Inventores: alumnos al 
+  a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club
+  | .
diff --git a/client/src/translations/rules/Copycat/fr.pug b/client/src/translations/rules/Copycat/fr.pug
index e29e35b3..03206984 100644
--- a/client/src/translations/rules/Copycat/fr.pug
+++ b/client/src/translations/rules/Copycat/fr.pug
@@ -25,4 +25,7 @@ p
   a(href="https://discord.gg/tv9hVkQKa9") serveur Discord
   | &nbsp;Copycat :-)
 
-p Inventeurs : étudiants à l'école de xxNarcissus.
+p
+  | Inventeurs : étudiants à l'
+  a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club
+  | .
diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue
index 22ffe45d..c6b00d48 100644
--- a/client/src/views/Hall.vue
+++ b/client/src/views/Hall.vue
@@ -1309,6 +1309,7 @@ export default {
         // on game just after, the main Hall will be notified.
       };
       if (c.type == "live") {
+        // TODO: ask my IP + opp IP, to add to game infos? (potential bans)
         notifyNewgame();
         this.startNewGame(gameInfo);
         // Increment game stats counter in DB