aboutsummaryrefslogtreecommitdiff
path: root/hotline/field.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-21 16:10:19 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-21 16:10:19 -0700
commit9067f2344057a247dab19e6ce6756cb7d560d992 (patch)
treec59612079b713581463c833ee21e5790a425c848 /hotline/field.go
parent21581958c38861f3a62ef7c27d0a8a6f4db2a1f8 (diff)
Add support for server banner
Diffstat (limited to 'hotline/field.go')
-rw-r--r--hotline/field.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hotline/field.go b/hotline/field.go
index 2be4c4a..aef790d 100644
--- a/hotline/field.go
+++ b/hotline/field.go
@@ -23,6 +23,7 @@ const fieldOptions = 113
const fieldChatID = 114
const fieldChatSubject = 115
const fieldWaitingCount = 116
+const fieldBannerType = 152
const fieldVersion = 160
const fieldCommunityBannerID = 161
const fieldServerName = 162