From ea5d8c51c2ebfc3d9d26c1ba7123c35b49efcda6 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 24 Jun 2022 18:45:06 -0700 Subject: Implement "Can use any name" permission --- hotline/field.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/field.go') 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 -- cgit