aboutsummaryrefslogtreecommitdiff
path: root/hotline/access.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/access.go')
-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