limnoria: disable flush (really this time) and don't join until nickserv
Change-Id: Ibb352ded6b913d73a1e8b5621c4f01e9d8548f6f
This commit is contained in:
parent
868a42a85a
commit
ff899732b4
@ -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
|
||||
@ -1727,6 +1727,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