From d005ef04cfaa26943e6dd33807d741577ffb232a Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 26 Mar 2023 21:10:03 -0700 Subject: Initial refactor to split client from protocol package --- hotline/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/user.go') diff --git a/hotline/user.go b/hotline/user.go index f6e4592..a86aeba 100644 --- a/hotline/user.go +++ b/hotline/user.go @@ -12,7 +12,7 @@ const ( userFLagRefusePChat = 3 // User refuses private chat ) -// fieldOptions flags are sent from v1.5+ clients as part of tranAgreed +// FieldOptions flags are sent from v1.5+ clients as part of TranAgreed const ( refusePM = 0 // User has "Refuse private messages" pref set refuseChat = 1 // User has "Refuse private chat" pref set -- cgit