diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-21 16:10:19 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-21 16:10:19 -0700 |
| commit | 9067f2344057a247dab19e6ce6756cb7d560d992 (patch) | |
| tree | c59612079b713581463c833ee21e5790a425c848 /hotline/transaction.go | |
| parent | 21581958c38861f3a62ef7c27d0a8a6f4db2a1f8 (diff) | |
Add support for server banner
Diffstat (limited to 'hotline/transaction.go')
| -rw-r--r-- | hotline/transaction.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hotline/transaction.go b/hotline/transaction.go index 077e6f3..ece2924 100644 --- a/hotline/transaction.go +++ b/hotline/transaction.go @@ -31,6 +31,7 @@ const ( tranNotifyChatSubject = 119 tranSetChatSubject = 120 tranAgreed = 121 + tranServerBanner = 122 tranGetFileNameList = 200 tranDownloadFile = 202 tranUploadFile = 203 @@ -42,7 +43,7 @@ const ( tranMakeFileAlias = 209 tranDownloadFldr = 210 // tranDownloadInfo = 211 TODO: implement file transfer queue - // tranDownloadBanner = 212 TODO: figure out what this is used for + tranDownloadBanner = 212 tranUploadFldr = 213 tranGetUserNameList = 300 tranNotifyChangeUser = 301 |