diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-02 15:20:21 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-02 15:20:21 -0700 |
| commit | 5ae5087660f0855087a2a65181d000d4383a45f4 (patch) | |
| tree | 6b94924ab6b2827c0ede9dcab7a3e72a5d92f7f3 /hotline/field.go | |
| parent | 0197c3f5f7ac92d83711d28739670cba2e018701 (diff) | |
Implement reply quoting
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 26012af..ed009f4 100644 --- a/hotline/field.go +++ b/hotline/field.go @@ -38,7 +38,7 @@ const fieldFileComment = 210 const fieldFileNewName = 211 const fieldFileNewPath = 212 const fieldFileType = 213 -const fieldQuotingMsg = 214 // Defined but unused in the Hotline Protocol spec +const fieldQuotingMsg = 214 const fieldAutomaticResponse = 215 const fieldFolderItemCount = 220 const fieldUsernameWithInfo = 300 |