summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-04 18:33:25 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-04 18:33:25 +0000
commitbbe4d98dda1f47ce1097fd0aa020d5289199056c (patch)
tree9ddf9adeb6fd6d37566d8d240acc84bf101f4f3a /doc
parent925439c6d70e73d48e7a64c8417981c3c5d54e48 (diff)
- Moved disable_remote_command configuration directive from
general{} block to serverhide{] block git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2197 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index b976149..64f49d0 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -848,6 +848,12 @@ channel {
*/
serverhide {
/*
+ * disable_remote_commands: disable users doing commands
+ * on remote servers.
+ */
+ disable_remote_commands = no;
+
+ /*
* flatten_links: this option will show all servers in /links appear
* that they are linked to this current server.
*/
@@ -968,9 +974,6 @@ general {
*/
disable_auth = no;
- /* disable_remote_commands: disable users doing commands on remote servers. */
- disable_remote_commands = no;
-
/*
* tkline_expire_notices: enables or disables temporary kline/xline
* expire notices.