doc: fix whitespace in example configs [ci skip]

This commit is contained in:
Mantas Mikulėnas 2016-04-23 17:57:07 +03:00
parent e7c4cf63bc
commit 3bb3dcf7f5
No known key found for this signature in database
GPG key ID: D24F6CB2C1B52632
2 changed files with 17 additions and 17 deletions

View file

@ -559,7 +559,7 @@ general {
tkline_expire_notices = no; tkline_expire_notices = no;
default_floodcount = 10; default_floodcount = 10;
failed_oper_notice = yes; failed_oper_notice = yes;
dots_in_ident=2; dots_in_ident = 2;
min_nonwildcard = 4; min_nonwildcard = 4;
min_nonwildcard_simple = 3; min_nonwildcard_simple = 3;
max_accept = 100; max_accept = 100;
@ -584,13 +584,13 @@ general {
warn_no_nline = yes; warn_no_nline = yes;
use_propagated_bans = yes; use_propagated_bans = yes;
stats_e_disabled = no; stats_e_disabled = no;
stats_c_oper_only=no; stats_c_oper_only = no;
stats_h_oper_only=no; stats_h_oper_only = no;
stats_y_oper_only=no; stats_y_oper_only = no;
stats_o_oper_only=yes; stats_o_oper_only = yes;
stats_P_oper_only=no; stats_P_oper_only = no;
stats_i_oper_only=masked; stats_i_oper_only = masked;
stats_k_oper_only=masked; stats_k_oper_only = masked;
map_oper_only = no; map_oper_only = no;
operspy_admin_only = no; operspy_admin_only = no;
operspy_dont_care_user_info = no; operspy_dont_care_user_info = no;

View file

@ -296,7 +296,7 @@ class "server" {
max_number = 1; max_number = 1;
/* sendq: servers need a higher sendq as they are sent more data */ /* sendq: servers need a higher sendq as they are sent more data */
sendq=2 megabytes; sendq = 2 megabytes;
}; };
/* listen {}: contain information about the ports ircd listens on (OLD P:) */ /* listen {}: contain information about the ports ircd listens on (OLD P:) */
@ -1096,7 +1096,7 @@ general {
/* dots in ident: the amount of '.' characters permitted in an ident /* dots in ident: the amount of '.' characters permitted in an ident
* reply before the user is rejected. * reply before the user is rejected.
*/ */
dots_in_ident=2; dots_in_ident = 2;
/* min nonwildcard: the minimum non wildcard characters in k/d/g lines /* min nonwildcard: the minimum non wildcard characters in k/d/g lines
* placed via the server. klines hand placed are exempt from limits. * placed via the server. klines hand placed are exempt from limits.
@ -1212,36 +1212,36 @@ general {
stats_e_disabled = no; stats_e_disabled = no;
/* stats c oper only: make stats c (connect {}) oper only */ /* stats c oper only: make stats c (connect {}) oper only */
stats_c_oper_only=no; stats_c_oper_only = no;
/* stats h oper only: make stats h (hub_mask/leaf_mask) oper only */ /* stats h oper only: make stats h (hub_mask/leaf_mask) oper only */
stats_h_oper_only=no; stats_h_oper_only = no;
/* stats y oper only: make stats y (class {}) oper only */ /* stats y oper only: make stats y (class {}) oper only */
stats_y_oper_only=no; stats_y_oper_only = no;
/* stats o oper only: make stats o (opers) oper only */ /* stats o oper only: make stats o (opers) oper only */
stats_o_oper_only=yes; stats_o_oper_only = yes;
/* stats P oper only: make stats P (ports) oper only /* stats P oper only: make stats P (ports) oper only
* NOTE: users doing stats P will never be given the ips that the * NOTE: users doing stats P will never be given the ips that the
* server listens on, simply the ports. * server listens on, simply the ports.
*/ */
stats_P_oper_only=no; stats_P_oper_only = no;
/* stats i oper only: make stats i (auth {}) oper only. set to: /* stats i oper only: make stats i (auth {}) oper only. set to:
* yes: show users no auth blocks, made oper only. * yes: show users no auth blocks, made oper only.
* masked: show users first matching auth block * masked: show users first matching auth block
* no: show users all auth blocks. * no: show users all auth blocks.
*/ */
stats_i_oper_only=masked; stats_i_oper_only = masked;
/* stats k/K oper only: make stats k/K (klines) oper only. set to: /* stats k/K oper only: make stats k/K (klines) oper only. set to:
* yes: show users no auth blocks, made oper only * yes: show users no auth blocks, made oper only
* masked: show users first matching auth block * masked: show users first matching auth block
* no: show users all auth blocks. * no: show users all auth blocks.
*/ */
stats_k_oper_only=masked; stats_k_oper_only = masked;
/* map oper only: make /map oper only */ /* map oper only: make /map oper only */
map_oper_only = no; map_oper_only = no;