mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 20:09:41 +01:00
review fix: remove config blocks for vhost requests
This commit is contained in:
parent
cf5a426f90
commit
eb5a16821f
@ -475,23 +475,6 @@ accounts:
|
|||||||
# (make sure any changes you make here are RFC-compliant)
|
# (make sure any changes you make here are RFC-compliant)
|
||||||
valid-regexp: '^[0-9A-Za-z.\-_/]+$'
|
valid-regexp: '^[0-9A-Za-z.\-_/]+$'
|
||||||
|
|
||||||
# options controlling users requesting vhosts:
|
|
||||||
user-requests:
|
|
||||||
# can users request vhosts at all? if this is false, operators with the
|
|
||||||
# 'vhosts' capability can still assign vhosts manually
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# if uncommented, all new vhost requests will be dumped into the given
|
|
||||||
# channel, so opers can review them as they are sent in. ensure that you
|
|
||||||
# have registered and restricted the channel appropriately before you
|
|
||||||
# uncomment this.
|
|
||||||
#channel: "#vhosts"
|
|
||||||
|
|
||||||
# after a user's vhost has been approved or rejected, they need to wait
|
|
||||||
# this long (starting from the time of their original request)
|
|
||||||
# before they can request a new one.
|
|
||||||
cooldown: 168h
|
|
||||||
|
|
||||||
# modes that are set by default when a user connects
|
# modes that are set by default when a user connects
|
||||||
# if unset, no user modes will be set by default
|
# if unset, no user modes will be set by default
|
||||||
# +i is invisible (a user's channels are hidden from whois replies)
|
# +i is invisible (a user's channels are hidden from whois replies)
|
||||||
|
17
default.yaml
17
default.yaml
@ -503,23 +503,6 @@ accounts:
|
|||||||
# (make sure any changes you make here are RFC-compliant)
|
# (make sure any changes you make here are RFC-compliant)
|
||||||
valid-regexp: '^[0-9A-Za-z.\-_/]+$'
|
valid-regexp: '^[0-9A-Za-z.\-_/]+$'
|
||||||
|
|
||||||
# options controlling users requesting vhosts:
|
|
||||||
user-requests:
|
|
||||||
# can users request vhosts at all? if this is false, operators with the
|
|
||||||
# 'vhosts' capability can still assign vhosts manually
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# if uncommented, all new vhost requests will be dumped into the given
|
|
||||||
# channel, so opers can review them as they are sent in. ensure that you
|
|
||||||
# have registered and restricted the channel appropriately before you
|
|
||||||
# uncomment this.
|
|
||||||
#channel: "#vhosts"
|
|
||||||
|
|
||||||
# after a user's vhost has been approved or rejected, they need to wait
|
|
||||||
# this long (starting from the time of their original request)
|
|
||||||
# before they can request a new one.
|
|
||||||
cooldown: 168h
|
|
||||||
|
|
||||||
# modes that are set by default when a user connects
|
# modes that are set by default when a user connects
|
||||||
# if unset, no user modes will be set by default
|
# if unset, no user modes will be set by default
|
||||||
# +i is invisible (a user's channels are hidden from whois replies)
|
# +i is invisible (a user's channels are hidden from whois replies)
|
||||||
|
Loading…
Reference in New Issue
Block a user