forked from External/ergo
Fix lots of nits
This commit is contained in:
parent
8ba0bf347d
commit
22216d4d60
7 changed files with 39 additions and 24 deletions
|
|
@ -17,6 +17,7 @@ import (
|
|||
"github.com/tidwall/buntdb"
|
||||
)
|
||||
|
||||
// Channel represents a channel that clients can join.
|
||||
type Channel struct {
|
||||
flags ModeSet
|
||||
lists map[Mode]*UserMaskSet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue