From a4b92530757eb4f807d29fca15e39ab00a125972 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 4 Aug 2022 11:38:05 -0600 Subject: [PATCH] Add missing remoteAddress key --- docs/_docs/modding/wfc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/modding/wfc.md b/docs/_docs/modding/wfc.md index cdd8a75e..1aaacfe5 100644 --- a/docs/_docs/modding/wfc.md +++ b/docs/_docs/modding/wfc.md @@ -51,6 +51,7 @@ The following MCI codes are available: * `userId`: User ID of authenticated node, or 0 if not yet authenticated. * `userName`: User name of authenticated user or "*Pre Auth*" * `visIndicator`: Indicator of visibility. Displayed via `statusVisibleIndicators` or system theme. See also [Themes](../art/themes.md). + * `remoteAddress`: A friendly formatted remote address such as a IPv4 or IPv6 address. * `VM2`: Quick log with the following format keys available: * `timestamp`: Log entry timestamp in `quickLogTimestampFormat` format. * `level`: Log entry level from Bunyan.