From 2ad584693f5db99429463fc1d5afc7cc5cff311f Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 18 Jun 2013 15:03:50 +0000 Subject: - 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 --- include/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit