diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-24 18:31:06 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-24 18:31:06 +0000 |
commit | 84cc8c7c0ccfd75a206216e8d0fc2ead29a6d25e (patch) | |
tree | 991ed1927bd7c9f28e2c39f4759389355ff77a7b /include | |
parent | 40a9ad098582ce747ed3505e9a671624059331c5 (diff) |
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1851 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 2c8d816..fd1a3cf 100644 --- a/include/conf.h +++ b/include/conf.h @@ -276,6 +276,7 @@ struct config_server_hide char *hidden_name; int flatten_links; int hide_servers; + int hide_services; int links_delay; int links_disabled; int hidden; |