mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Merge pull request #1241 from SaberUK/master+helpop
Update helpop for recent LOCKSERV and <connect:port> changes.
This commit is contained in:
commit
bf66b6dedd
@ -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.">
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user