diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-09-12 17:20:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 17:20:51 +0200 |
commit | 94fdc065f0039c55ee7eded7f2024ad012ce40bd (patch) | |
tree | 0f601c0d43a69296c54a365587d67f4a72afbb92 /docs | |
parent | 2bba78dd3b7ea08fcbe5647a9156feb27ea78d3d (diff) | |
parent | 23f30d75fa4375e8818016367df6d0851c7651ac (diff) |
Merge pull request #1217 from SaberUK/master+die-restart
Undocument <power> and set the default to the server name.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 10 | ||||
-rw-r--r-- | docs/conf/inspircd.conf.example | 27 |
2 files changed, 4 insertions, 33 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index b9a3392e6..d8af395ad 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -621,17 +621,15 @@ The duration may be specified in seconds, or in the format 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours, 5 minutes and 6 seconds. All fields in this format are optional."> -<helpop key="die" value="/DIE <password> +<helpop key="die" value="/DIE <server> This command shuts down the local server. A single parameter is -required, which must match the password in the configuration for the -command to function."> +required, which must match the name of the local server."> -<helpop key="restart" value="/RESTART <password> +<helpop key="restart" value="/RESTART <server> This command restarts the local server. A single parameter is -required, which must match the password in the configuration for the -command to function."> +required, which must match the name of the local server."> <helpop key="commands" value="/COMMANDS diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index db7c069bb..e7eea0210 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -187,33 +187,6 @@ <bind address="1.2.3.4" port="7005" type="servers" ssl="openssl"> -#-#-#-#-#-#-#-#-#-#- DIE/RESTART CONFIGURATION -#-#-#-#-#-#-#-#-#-#- -# # -# You can configure the passwords here which you wish to use for # -# the /DIE and /RESTART commands. Only trusted ircops who will # -# need this ability should know the die and restart password. # -# # - -<power - # hash: what hash these passwords are hashed with. - # Requires the module for selected hash (md5, sha256, or - # ripemd160) be loaded and the password hashing module - # (password_hash) loaded. - # Options here are: "md5", "sha256" and "ripemd160", or one of - # these prefixed with "hmac-", e.g.: "hmac-sha256". - # Optional, but recommended. Create hashed passwords with: - # /mkpasswd <hash> <password> - #hash="sha256" - - # diepass: Password for opers to use if they need to shutdown (die) - # a server. - diepass="" - - # restartpass: Password for opers to use if they need to restart - # a server. - restartpass=""> - - #-#-#-#-#-#-#-#-#-#- CONNECTIONS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# # # # This is where you can configure which connections are allowed # |