From 3e99fdea48b65ad87f7c00e634bddb72e3b01d66 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 31 Jul 2019 20:26:22 -0600 Subject: [PATCH] Doc typo fixes --- UPGRADE.md | 2 +- WHATSNEW.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index ed5e687d..b048759d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -37,7 +37,7 @@ npm install ``` # Problems -Report your issue on Xibalba BBS, hop in #enigma-bbs on Freenet and chat, or +Report your issue on Xibalba BBS, hop in #enigma-bbs on FreeNode and chat, or [file a issue on GitHub](https://github.com/NuSkooler/enigma-bbs/issues). # 0.0.9-alpha to 0.0.10-alpha diff --git a/WHATSNEW.md b/WHATSNEW.md index be707a09..72eaeba6 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -45,7 +45,7 @@ This document attempts to track **major** changes and additions in ENiGMA½. For * Add ability to skip file and/or message areas during newscan. Set config.omitFileAreaTags and config.omitMessageAreaTags in new_scan configuration of your menu.hjson * `{userName}` (sanitized) and `{userNameRaw}` as well as `{cwd}` have been added to param options when launching a door. * Any module may now register for a system startup initialization via the `initializeModules(initInfo, cb)` export. -* User event log is now functional. Various events a user performs will be persisted to the `system.db` `user_event_log` table for up to 90 days. An example usage can be found in the updated `last_callers` module where events are turned into Ami/X style actions. Please see `UPGRADE.md`! +* User event log is now functional. Various events a user performs will be persisted to the `system.sqlite3` `user_event_log` table for up to 90 days. An example usage can be found in the updated `last_callers` module where events are turned into Ami/X style actions. Please see `UPGRADE.md`! * New MCI codes including general purpose movement codes. See [MCI codes](docs/art/mci.md) * `install.sh` will now attempt to use NPM's `--build-from-source` option when ARM is detected. * `oputil.js config new` will now generate a much more complete configuration file with comments, examples, etc. `oputil.js config cat` dumps your current config to stdout.