aboutsummaryrefslogtreecommitdiff
path: root/hotline/field.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-24 18:47:32 -0700
committerGitHub <noreply@github.com>2022-06-24 18:47:32 -0700
commit3a3f91b2ccced90fcc2492ce54546d493f66db5e (patch)
treeae1fdb0b097810f693c4b8c803a5fb7b30f3cebe /hotline/field.go
parent1e2d0251aa42f009de2ec971330cbc2ff2149578 (diff)
parentea5d8c51c2ebfc3d9d26c1ba7123c35b49efcda6 (diff)
Merge pull request #43 from jhalter/implement_can_use_any_name
Implement "Can use any name" permission
Diffstat (limited to 'hotline/field.go')
-rw-r--r--hotline/field.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/field.go b/hotline/field.go
index 3076017..aef790d 100644
--- a/hotline/field.go
+++ b/hotline/field.go
@@ -19,7 +19,7 @@ const fieldUserAccess = 110
// const fieldUserAlias = 111 TODO: implement
const fieldUserFlags = 112
-const fieldOptions = 113 // Server message (1) or admin message (any other value)
+const fieldOptions = 113
const fieldChatID = 114
const fieldChatSubject = 115
const fieldWaitingCount = 116