diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-03-26 21:10:03 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-03-26 21:10:03 -0700 |
| commit | d005ef04cfaa26943e6dd33807d741577ffb232a (patch) | |
| tree | 26b5e4a945889dde0597f615cee31957efb32fa5 /hotline/user.go | |
| parent | c3c2f61b2fd90ab5c7fe6ec769644e9d66d40361 (diff) | |
Initial refactor to split client from protocol package
Diffstat (limited to 'hotline/user.go')
| -rw-r--r-- | hotline/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |