From 49ba8f0104b417826029687a16f7740abfed9e12 Mon Sep 17 00:00:00 2001 From: jch-notprogram <59146379+jch-notprogram@users.noreply.github.com> Date: Sun, 16 Aug 2020 15:12:42 +0200 Subject: [PATCH 1/2] Update cnames_active.js --- cnames_active.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cnames_active.js b/cnames_active.js index f62502d3..eb9d24b2 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -806,6 +806,7 @@ var cnames_active = { "fuck": "gerd2002.github.io/fuck.js", "fullscreen": "motyar.github.io/fullscreen", "funbook": "egoist.github.io/funbook", + "funbot": "jch-notprogram.github.io/funbot-website" "futch": "jfbrennan.github.io/futch", "fyi": "tobihrbr.github.io/fyi", "g": "nodebox.github.io/g.js", From 14b4720e503b3caf530922be988f45d6c1d0e03f Mon Sep 17 00:00:00 2001 From: "Matt (IPv4) Cowley" Date: Sun, 16 Aug 2020 16:50:42 +0100 Subject: [PATCH 2/2] Missing comma --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index eb9d24b2..80efa484 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -806,7 +806,7 @@ var cnames_active = { "fuck": "gerd2002.github.io/fuck.js", "fullscreen": "motyar.github.io/fullscreen", "funbook": "egoist.github.io/funbook", - "funbot": "jch-notprogram.github.io/funbot-website" + "funbot": "jch-notprogram.github.io/funbot-website", "futch": "jfbrennan.github.io/futch", "fyi": "tobihrbr.github.io/fyi", "g": "nodebox.github.io/g.js",