Some reference.conf cleanups.
This commit is contained in:
parent
603c6d3c5a
commit
b791dea807
|
@ -692,11 +692,11 @@ shared {
|
||||||
* resv - allow setting perm/temp resvs
|
* resv - allow setting perm/temp resvs
|
||||||
* tresv - allow setting temp resvs
|
* tresv - allow setting temp resvs
|
||||||
* unresv - allow removing xlines
|
* unresv - allow removing xlines
|
||||||
|
* rehash - allow rehashing
|
||||||
* all - allow oper/server to do all of above.
|
* all - allow oper/server to do all of above.
|
||||||
* locops - allow locops - only used for servers who cluster
|
* locops - allow locops - only used for servers who cluster
|
||||||
* die - allow restarting/dying of servers
|
* die - allow restarting/dying of servers
|
||||||
* modules - allow loading/unloading/reloading of modules
|
* modules - allow loading/unloading/reloading of modules
|
||||||
* rehash - allow rehashing
|
|
||||||
* dline - allow setting perm/temp dlines
|
* dline - allow setting perm/temp dlines
|
||||||
* tdline - allow setting temp dlines
|
* tdline - allow setting temp dlines
|
||||||
* undline - allow removing dlines
|
* undline - allow removing dlines
|
||||||
|
@ -779,8 +779,11 @@ channel {
|
||||||
*/
|
*/
|
||||||
use_except = yes;
|
use_except = yes;
|
||||||
|
|
||||||
/* forward: Enable/disable channel mode +f, a channel to forward
|
/* forward: Enable/disable channel mode +f, which allows you to set
|
||||||
* users to if they can't join because of +i etc.
|
* a channel to forward users to if they can't join because of +i etc.
|
||||||
|
* Disabling this option via rehash will leave all previously set
|
||||||
|
* forwards hanging around, though they will not do anything. For
|
||||||
|
* this reason, you may want to restart to disable this option.
|
||||||
*/
|
*/
|
||||||
use_forward = yes;
|
use_forward = yes;
|
||||||
|
|
||||||
|
@ -1107,7 +1110,7 @@ general {
|
||||||
*/
|
*/
|
||||||
min_nonwildcard_simple = 3;
|
min_nonwildcard_simple = 3;
|
||||||
|
|
||||||
/* max accept: maximum allowed /accept's for +g usermode */
|
/* max accept: maximum allowed /accept's for +gGR usermodes */
|
||||||
max_accept = 20;
|
max_accept = 20;
|
||||||
|
|
||||||
/* max monitor: the maximum amount of nicknames a client may have in
|
/* max monitor: the maximum amount of nicknames a client may have in
|
||||||
|
@ -1328,7 +1331,7 @@ general {
|
||||||
* +V - noinvite - Block INVITE to user.
|
* +V - noinvite - Block INVITE to user.
|
||||||
* +B - bot - Marks as a bot.
|
* +B - bot - Marks as a bot.
|
||||||
* +p - override - Implicit operator access in all channels.
|
* +p - override - Implicit operator access in all channels.
|
||||||
* This is oper-only and requires the oper:override privledge.
|
* This is oper-only and requires the oper:override priv.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* oper only umodes: usermodes only opers may set */
|
/* oper only umodes: usermodes only opers may set */
|
||||||
|
|
Loading…
Reference in New Issue