aboutsummaryrefslogtreecommitdiff
path: root/hotline/field.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-02 15:20:21 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-02 15:20:21 -0700
commit5ae5087660f0855087a2a65181d000d4383a45f4 (patch)
tree6b94924ab6b2827c0ede9dcab7a3e72a5d92f7f3 /hotline/field.go
parent0197c3f5f7ac92d83711d28739670cba2e018701 (diff)
Implement reply quoting
Diffstat (limited to 'hotline/field.go')
-rw-r--r--hotline/field.go2
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