X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/a0241c250de01f32eacba2afee3f7d5cea30b8e5..424ef66f0fe1ea21b4bae765dc40c97c98ed363e:/hotline/access.go diff --git a/hotline/access.go b/hotline/access.go index e2076ad..69bf53e 100644 --- a/hotline/access.go +++ b/hotline/access.go @@ -28,25 +28,25 @@ const ( accessOpenUser = 16 accessModifyUser = 17 // accessChangeOwnPass = 18 // Documented but unused? - //accessSendPrivMsg = 19 // This doesn't do what it seems like it should do. TODO: Investigate + // accessSendPrivMsg = 19 // This doesn't do what it seems like it should do. TODO: Investigate accessNewsReadArt = 20 accessNewsPostArt = 21 accessDisconUser = 22 // Toggles red user name in user list accessCannotBeDiscon = 23 accessGetClientInfo = 24 - //accessUploadAnywhere = 25 - //accessAnyName = 26 - //accessNoAgreement = 27 - //accessSetFileComment = 28 - //accessSetFolderComment = 29 - //accessViewDropBoxes = 30 - //accessMakeAlias = 31 + accessUploadAnywhere = 25 + // accessAnyName = 26 + // accessNoAgreement = 27 + // accessSetFileComment = 28 + // accessSetFolderComment = 29 + accessViewDropBoxes = 30 + accessMakeAlias = 31 accessBroadcast = 32 accessNewsDeleteArt = 33 accessNewsCreateCat = 34 - //accessNewsDeleteCat = 35 + // accessNewsDeleteCat = 35 accessNewsCreateFldr = 36 - //accessNewsDeleteFldr = 37 + // accessNewsDeleteFldr = 37 ) type accessBitmap [8]byte