From be138e4d71a220fdf3378d7d504fdbaa2463b57c Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 22 Jun 2020 22:34:09 -0400 Subject: [PATCH] make comment consistent with review fix --- irc/strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/strings.go b/irc/strings.go index 35ab98cf..f1f6ccf5 100644 --- a/irc/strings.go +++ b/irc/strings.go @@ -53,7 +53,7 @@ var globalCasemappingSetting Casemapping = CasemappingPRECIS // XXX analogous unsynchronized global variable controlling utf8 validation // if this is off, you get the traditional IRC behavior (relaying any valid RFC1459 // octets) and invalid utf8 messages are silently dropped for websocket clients only. -// if this is on, invalid utf8 inputs get an ERR_UNKNOWNERROR. +// if this is on, invalid utf8 inputs get a FAIL reply. var globalUtf8EnforcementSetting bool // Each pass of PRECIS casefolding is a composition of idempotent operations,