Merge "limnoria: disable flush (really this time) and don't join until nickserv"
This commit is contained in:
commit
533c9c6855
@ -498,7 +498,7 @@ supybot.externalIP:
|
||||
#
|
||||
# Default value: True
|
||||
###
|
||||
supybot.flush: True
|
||||
supybot.flush: False
|
||||
|
||||
###
|
||||
# Determines whether the bot will unidentify someone when that person
|
||||
@ -1729,6 +1729,7 @@ supybot.plugins.MeetBot.enableSupybotBasedConfig: False
|
||||
|
||||
# NickServ
|
||||
supybot.plugins.Services: True
|
||||
supybot.plugins.Services.noJoinsUntilIdentified: True
|
||||
supybot.plugins.Services.NickServ: NickServ
|
||||
supybot.plugins.Services.NickServ.nicks: {{ limnoria_default_nick }}
|
||||
supybot.plugins.Services.NickServ.password.{{ limnoria_default_nick }}: {{ limnoria_default_nickserv_password }}
|
||||
|
Loading…
Reference in New Issue
Block a user