mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
Style/spacing fixes for last commit
This commit is contained in:
parent
a8fe353ba4
commit
0706b6cf78
1
conf.py
1
conf.py
@ -86,7 +86,6 @@ def validateConf(conf, logger=None):
|
|||||||
if newlogins:
|
if newlogins:
|
||||||
validate(conf.get('permissions'), "New-style accounts enabled but no permissions block was found. You will not be able to administrate your PyLink instance!")
|
validate(conf.get('permissions'), "New-style accounts enabled but no permissions block was found. You will not be able to administrate your PyLink instance!")
|
||||||
|
|
||||||
|
|
||||||
return conf
|
return conf
|
||||||
|
|
||||||
|
|
||||||
|
@ -571,16 +571,12 @@ relay:
|
|||||||
#clientbot_modesync: none
|
#clientbot_modesync: none
|
||||||
|
|
||||||
#servprotect:
|
#servprotect:
|
||||||
# This block configures the servprotect plugin.
|
# This block configures the servprotect plugin; you don't need this if you aren't using it.
|
||||||
# You don't need this if you aren't using it.
|
|
||||||
|
|
||||||
# length: How many KILL/SAVE's before a disconnect
|
|
||||||
|
|
||||||
|
# length: How many KILL/SAVE's before a disconnect?
|
||||||
#length: 5
|
#length: 5
|
||||||
|
|
||||||
# time: Determines how much time should pass before
|
# max_age: Determines how much time should pass before the servprotect cache is reset.
|
||||||
# the servprotect cache is reset.
|
|
||||||
|
|
||||||
#max_age: 10
|
#max_age: 10
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user