tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Namespaces | Enumerations
ChatBotRights.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Tgstation
 
namespace  Tgstation.Server
 
namespace  Tgstation.Server.Api
 
namespace  Tgstation.Server.Api.Rights
 

Enumerations

enum  Tgstation.Server.Api.Rights.ChatBotRights : ulong {
  Tgstation.Server.Api.Rights.None = 0 , Tgstation.Server.Api.Rights.WriteEnabled = 1 << 0 , Tgstation.Server.Api.Rights.WriteProvider = 1 << 1 , Tgstation.Server.Api.Rights.WriteChannels = 1 << 2 ,
  Tgstation.Server.Api.Rights.WriteConnectionString = 1 << 3 , Tgstation.Server.Api.Rights.ReadConnectionString = 1 << 4 , Tgstation.Server.Api.Rights.Read = 1 << 5 , Tgstation.Server.Api.Rights.Create = 1 << 6 ,
  Tgstation.Server.Api.Rights.Delete = 1 << 7 , Tgstation.Server.Api.Rights.WriteName = 1 << 8 , Tgstation.Server.Api.Rights.WriteReconnectionInterval = 1 << 9 , Tgstation.Server.Api.Rights.WriteChannelLimit = 1 << 10
}
 Rights for chat bots. More...