clean up /theater so that it doesn't need a bunch of pointers and that it reuses channel-scoped-user-modes machinery

This commit is contained in:
Edmund Huber 2014-03-22 22:25:24 +01:00
parent bffad06a26
commit 6267b6a40c
5 changed files with 14 additions and 16 deletions

View file

@ -83,7 +83,7 @@ const (
Quiet ChannelMode = 'q' // flag
ReOp ChannelMode = 'r' // flag
Secret ChannelMode = 's' // flag, deprecated
Theater ChannelMode = 'T' // flag arg, nonstandard
Theater ChannelMode = 'T' // flag, nonstandard
UserLimit ChannelMode = 'l' // flag arg
Voice ChannelMode = 'v' // arg
)