aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-07-03 14:45:44 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-07-03 14:45:44 -0700
commitaf8daec6c282ca85669bfe03a7afb46c24607caa (patch)
tree7344543cae3b95682b4cf81e781d029bd33e5ede
parent28317edd96314721ca03344e72811d6b26dfbc64 (diff)
Add comment
-rw-r--r--hotline/access.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/access.go b/hotline/access.go
index 9b924c3..e2e728c 100644
--- a/hotline/access.go
+++ b/hotline/access.go
@@ -38,7 +38,7 @@ const (
accessNewsDeleteCat = 35 // News: Can Delete Categories
accessNewsCreateFldr = 36 // News: Can Create News Bundles
accessNewsDeleteFldr = 37 // News: Can Delete News Bundles
- accessSendPrivMsg = 40 // Messaging: Can Send Messages
+ accessSendPrivMsg = 40 // Messaging: Can Send Messages (Note: 1.9 protocol doc incorrectly says this is bit 19)
)
type accessBitmap [8]byte