diff --git a/xtrn/ansiview/install-xtrn.ini b/xtrn/ansiview/install-xtrn.ini
index cf8b88760a2f6a2ecdfdaa015069f891dabc2dee..5ac2f22d431b74f304d9dfa165978b8b46383d85 100644
--- a/xtrn/ansiview/install-xtrn.ini
+++ b/xtrn/ansiview/install-xtrn.ini
@@ -9,8 +9,3 @@ Inst: 2020/09/07
 cmd  = ?ansiview
 settings = XTRN_MULTIUSER
 required = true
-
-[ini:settings.ini:electronic chicken bbs]
-prompt = Link online ANSI archive from electronic chicken bbs
-keys = description,module,cache,cachettl
-values = 'An online archive of ANSI and ASCII artwork','ecbbs.js',true,86400
diff --git a/xtrn/ansiview/readme.txt b/xtrn/ansiview/readme.txt
index 5c443283e72f13a2837daa01a27f1bea897a765c..6ae8765d3776206cdc38d4554d516c6d320a05a9 100644
--- a/xtrn/ansiview/readme.txt
+++ b/xtrn/ansiview/readme.txt
@@ -8,8 +8,7 @@ echicken -at- bbs.electronicchicken.com
 3) Customization
 4) Configure a local art or text file archive
 	4.1) ZIP files
-5) Connect your BBS to some online ANSI & ASCII art archives
-6) Develop your own browser module (or, "Nobody will ever do this")
+5) Develop your own browser module (or, "Nobody will ever do this")
 
 0) Introduction
 
@@ -177,41 +176,9 @@ echicken -at- bbs.electronicchicken.com
 		If you would prefer that ANSIView not attempt to extract .zip files,
 		then add '*.zip' to the 'hide' list as described above.
 
-5) Connect your BBS to some online ANSI & ASCII art archives
-
-	The following section of 'xtrn/ansiview/settings.ini' is commented
-	out by default:
-
-		;[electronic chicken bbs]
-		;description = An online archive of ANSI and ASCII artwork
-		;module = ecbbs.js
-		;cache = true
-		;cachettl = 86400
-
-	You can enable access to this online archive by removing the semicolons
-	from the beginning of each line of the section.
-
-	Please consider leaving the 'cache' value set to 'true' (without quotes),
-	as this will reduce the amount of traffic between your system and the
-	online archive.
-
-	If caching is enabled, each file that your user opens on the online
-	archive will be downloaded and saved to your local system, and it will
-	not be deleted unless you take steps to do so manually.  The caches are
-	stored in 'xtrn/ansiview/.cache/'.  If they start to consume too much
-	space, you can delete them without causing any problems.
-
-	The 'cachettl' value determines the time-to-live, in seconds, for cached
-	web API responses.  Data will be refreshed after this amount of time
-	passes.  (Note that this applies to things like file lists, and not to
-	files themselves.)  86400 seconds is 24 hours.
-
-	Some caching is done either way, but if 'cache' is set to false, the
-	cache will be cleared after your user logs off.
-
-6) Develop your own browser module
+5) Develop your own browser module
 	-or-
-6) Nobody will ever do this
+5) Nobody will ever do this
 
 	Each non-root section of settings.ini describes a 'browser module'.  When
 	a user selects that module from ANSIView's main menu, the script pointed
diff --git a/xtrn/ansiview/settings.ini b/xtrn/ansiview/settings.ini
index d85c03dd3025244d9f2435aa8740db13beeb9bbb..e2f01c626f543e2877eb9635ecc54d141c02c897 100644
--- a/xtrn/ansiview/settings.ini
+++ b/xtrn/ansiview/settings.ini
@@ -11,9 +11,3 @@ sbg = BG_BLUE
 ;module = local.js
 ;path = /sbbs/xtrn/ansiview/library/ansi
 ;hide = *.exe,*.com
-
-;[electronic chicken bbs]
-;description = An online archive of ANSI and ASCII artwork
-;module = ecbbs.js
-;cache = true
-;cachettl = 86400