diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-11-15 13:00:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 13:00:47 +0100 |
commit | bf66b6dedd226b9967d876a3869b1766af38d596 (patch) | |
tree | e7220850b7fd64cae9488af1e7ca7040e24728b0 /docs | |
parent | 1457c8738c707bddde4bb73fafcb618c24be9abe (diff) | |
parent | 543ff432f5d8e3709f40e57d2baa732777f0eb9e (diff) |
Merge pull request #1241 from SaberUK/master+helpop
Update helpop for recent LOCKSERV and <connect:port> changes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/inspircd.conf.example | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index d8af395ad..a1e3c881a 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -410,7 +410,7 @@ This command returns the number of local and global clients matched, and the percentage of clients matched, plus how they were matched (by IP address or by hostname)."> -<helpop key="lockserv" value="/LOCKSERV +<helpop key="lockserv" value="/LOCKSERV :[<message>] Locks out all new connections notifying connecting users that the service is temporarily closed and to try again later."> diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index e7eea0210..eb4c4ef74 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -301,9 +301,9 @@ # \017 or \x = Stop all color sequences allowmotdcolors="false" - # port: What port this user is allowed to connect on. (optional) - # The port MUST be set to listen in the bind blocks above. - port="6697"> + # port: What port range this user is allowed to connect on. (optional) + # The ports MUST be set to listen in the bind blocks above. + port="6697,9999"> <connect # name: Name to use for this connect block. Mainly used for |