From 5ca888a925ea84863496837411d743216989d8be Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 7 Nov 2020 08:19:21 -0600 Subject: Disabled irc force nick equals account by default. --- oragono/templates/oragono.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oragono/templates/oragono.yaml.j2') diff --git a/oragono/templates/oragono.yaml.j2 b/oragono/templates/oragono.yaml.j2 index 3619c6a..c45cb00 100644 --- a/oragono/templates/oragono.yaml.j2 +++ b/oragono/templates/oragono.yaml.j2 @@ -417,7 +417,7 @@ accounts: # account name as their nickname. when combined with strict nickname # enforcement, this lets users treat nicknames and account names # as equivalent for the purpose of ban/invite/exception lists. - force-nick-equals-account: true + force-nick-equals-account: {{oragono_force_nick_equals_account}} # multiclient controls whether oragono allows multiple connections to # attach to the same client/nickname identity; this is part of the -- cgit v1.2.3