diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 15:03:50 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 15:03:50 +0000 |
commit | 2ad584693f5db99429463fc1d5afc7cc5cff311f (patch) | |
tree | d6c5673d346205be87acfbaf66db1a111ed96cab /include | |
parent | bcf78d8ab4be9d9ce410f273cbc4490f72ced846 (diff) |
- Added general::stats_u_oper_only configuration option
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2268 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h index b15426e..19c5e39 100644 --- a/include/conf.h +++ b/include/conf.h @@ -234,6 +234,7 @@ struct config_file_entry int stats_k_oper_only; int stats_i_oper_only; int stats_P_oper_only; + int stats_u_oper_only; int short_motd; int no_oper_flood; int true_no_oper_flood; |