diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-24 16:10:42 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-24 16:10:42 -0700 |
| commit | 46862572ad2977a87baeda0aa8a9e678c533559d (patch) | |
| tree | 6ef94eed133008269972d63c35569df3d9b7e58f /hotline/field.go | |
| parent | 31658ca1e37cb8118a8a081e6d8f6e15e39a1cea (diff) | |
Implement user ban
Diffstat (limited to 'hotline/field.go')
| -rw-r--r-- | hotline/field.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/field.go b/hotline/field.go index aef790d..3076017 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 +const fieldOptions = 113 // Server message (1) or admin message (any other value) const fieldChatID = 114 const fieldChatSubject = 115 const fieldWaitingCount = 116 |