ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/conf.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/conf.c (file contents):
Revision 5023 by michael, Tue Dec 9 14:09:10 2014 UTC vs.
Revision 5024 by michael, Fri Dec 12 15:18:29 2014 UTC

# Line 852 | Line 852 | set_default_conf(void)
852    ConfigGeneral.ts_max_delta = TS_MAX_DELTA_DEFAULT;
853    ConfigGeneral.warn_no_connect_block = 1;
854    ConfigGeneral.stats_e_disabled = 0;
855  ConfigGeneral.stats_o_oper_only = 0;
856  ConfigGeneral.stats_k_oper_only = 1;  /* 1 = masked */
855    ConfigGeneral.stats_i_oper_only = 1;  /* 1 = masked */
856 +  ConfigGeneral.stats_k_oper_only = 1;  /* 1 = masked */
857 +  ConfigGeneral.stats_o_oper_only = 1;
858 +  ConfigGeneral.stats_m_oper_only = 1;
859    ConfigGeneral.stats_P_oper_only = 0;
860    ConfigGeneral.stats_u_oper_only = 0;
861    ConfigGeneral.caller_id_wait = 60;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines