forked from External/ergo
adding theater-mode, fixes #15
This commit is contained in:
parent
a3df727c47
commit
d5bdc78d55
10 changed files with 212 additions and 31 deletions
|
|
@ -83,6 +83,7 @@ const (
|
|||
Quiet ChannelMode = 'q' // flag
|
||||
ReOp ChannelMode = 'r' // flag
|
||||
Secret ChannelMode = 's' // flag, deprecated
|
||||
Theater ChannelMode = 'T' // flag arg, nonstandard
|
||||
UserLimit ChannelMode = 'l' // flag arg
|
||||
Voice ChannelMode = 'v' // arg
|
||||
)
|
||||
|
|
@ -90,7 +91,7 @@ const (
|
|||
var (
|
||||
SupportedChannelModes = ChannelModes{
|
||||
BanMask, ExceptMask, InviteMask, InviteOnly, Key, NoOutside,
|
||||
OpOnlyTopic, Persistent, Private, UserLimit,
|
||||
OpOnlyTopic, Persistent, Private, Theater, UserLimit,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue