aboutsummaryrefslogtreecommitdiff
path: root/hotline/user.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-03-26 21:10:03 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2023-03-26 21:10:03 -0700
commitd005ef04cfaa26943e6dd33807d741577ffb232a (patch)
tree26b5e4a945889dde0597f615cee31957efb32fa5 /hotline/user.go
parentc3c2f61b2fd90ab5c7fe6ec769644e9d66d40361 (diff)
Initial refactor to split client from protocol package
Diffstat (limited to 'hotline/user.go')
-rw-r--r--hotline/user.go2
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