aboutsummaryrefslogtreecommitdiff
path: root/hotline/access.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-24 18:45:06 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-24 18:45:06 -0700
commitea5d8c51c2ebfc3d9d26c1ba7123c35b49efcda6 (patch)
treeae1fdb0b097810f693c4b8c803a5fb7b30f3cebe /hotline/access.go
parent1e2d0251aa42f009de2ec971330cbc2ff2149578 (diff)
Implement "Can use any name" permission
Diffstat (limited to 'hotline/access.go')
-rw-r--r--hotline/access.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/access.go b/hotline/access.go
index f2e904d..1bee72c 100644
--- a/hotline/access.go
+++ b/hotline/access.go
@@ -33,7 +33,7 @@ const (
accessCannotBeDiscon = 23
accessGetClientInfo = 24
accessUploadAnywhere = 25
- // accessAnyName = 26
+ accessAnyName = 26
// accessNoAgreement = 27
accessSetFileComment = 28
accessSetFolderComment = 29