forked from External/ergo
Set default channel modes to +nt
This commit is contained in:
parent
99d442196f
commit
cd7d30a997
3 changed files with 13 additions and 3 deletions
|
|
@ -94,6 +94,10 @@ var (
|
|||
OpOnlyTopic, Persistent, Secret, Theater, UserLimit,
|
||||
}
|
||||
|
||||
DefaultChannelModes = ChannelModes{
|
||||
NoOutside, OpOnlyTopic,
|
||||
}
|
||||
|
||||
// ChannelPrivModes holds the list of modes that are privileged, ie founder/op/halfop, in order.
|
||||
// voice is not in this list because it cannot perform channel operator actions.
|
||||
ChannelPrivModes = ChannelModes{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue