From b3d7c9af62041d157842111752c930fee2e6526d Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 13 May 2020 12:12:31 -0400 Subject: [PATCH] neutral language --- irc/histserv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/histserv.go b/irc/histserv.go index 26e0baba..637d833a 100644 --- a/irc/histserv.go +++ b/irc/histserv.go @@ -58,8 +58,8 @@ be necessary to locate the message.`, handler: histservExportHandler, help: `Syntax: $bEXPORT $b -EXPORT exports all messages sent by an account as JSON. This can be used for -regulatory compliance.`, +EXPORT exports all messages sent by an account as JSON. This can be used at +the request of the account holder.`, helpShort: `$bEXPORT$b exports all messages sent by an account as JSON.`, enabled: historyComplianceEnabled, capabs: []string{"history"},