enum Murcure::Protos::PermissionDenied::DenyType

Defined in:

murcure/utils/protos.cr

Enum Members

Text = 0
Permission = 1
SuperUser = 2
ChannelName = 3
TextTooLong = 4
H9K = 5
TemporaryChannel = 6
MissingCertificate = 7
UserName = 8
ChannelFull = 9
NestingLimit = 10
ChannelCountLimit = 11

Instance Method Summary

Instance Method Detail

def channel_count_limit? #

[View source]
def channel_full? #

[View source]
def channel_name? #

[View source]
def h9_k? #

[View source]
def missing_certificate? #

[View source]
def nesting_limit? #

[View source]
def permission? #

[View source]
def super_user? #

[View source]
def temporary_channel? #

[View source]
def text? #

[View source]
def text_too_long? #

[View source]
def user_name? #

[View source]