mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
theater: Remove THEATER command for now
This commit is contained in:
parent
79d831bbb7
commit
266c534af9
7 changed files with 2 additions and 156 deletions
|
|
@ -173,14 +173,13 @@ const (
|
|||
Persistent ChannelMode = 'P' // flag
|
||||
ReOp ChannelMode = 'r' // flag
|
||||
Secret ChannelMode = 's' // flag
|
||||
Theater ChannelMode = 'T' // flag, nonstandard
|
||||
UserLimit ChannelMode = 'l' // flag arg
|
||||
)
|
||||
|
||||
var (
|
||||
SupportedChannelModes = ChannelModes{
|
||||
BanMask, ExceptMask, InviteMask, InviteOnly, Key, NoOutside,
|
||||
OpOnlyTopic, Persistent, Secret, Theater, UserLimit,
|
||||
OpOnlyTopic, Persistent, Secret, UserLimit,
|
||||
}
|
||||
// supportedChannelModesString acts as a cache for when we introduce users
|
||||
supportedChannelModesString = SupportedChannelModes.String()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue