diff options
author | Peter Powell <petpow@saberuk.com> | 2016-11-01 15:08:17 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-11-01 15:09:43 +0000 |
commit | 543ff432f5d8e3709f40e57d2baa732777f0eb9e (patch) | |
tree | 9532a2fb373087112323a8b72602659f1fd1233a | |
parent | 9d6cc28ed0921c5a2fdffce8025ce258d4befeb8 (diff) |
Update helpop for recent LOCKSERV and <connect:port> changes.
-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 |