From af8daec6c282ca85669bfe03a7afb46c24607caa Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 3 Jul 2022 14:45:44 -0700 Subject: Add comment --- hotline/access.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit