1
0
Fork 0
forked from External/ergo

Set default channel modes to +nt

This commit is contained in:
Daniel Oaks 2016-04-21 19:29:50 +10:00
parent 99d442196f
commit cd7d30a997
3 changed files with 13 additions and 3 deletions

View file

@ -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{