From f776f9237193dedb3140468a25f38df11c79c6a4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 19 Nov 2021 18:28:12 +0000 Subject: Add the option. --- src/users.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 1ec7d9423..6d8766082 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1265,6 +1265,7 @@ ConnectClass::ConnectClass(ConfigTag* tag, char t, const std::string& mask) , fakelag(true) , maxconnwarn(true) , resolvehostnames(true) + , uniqueusername(false) , maxchans(0) , penaltythreshold(0) , pingtime(0) @@ -1332,6 +1333,7 @@ void ConnectClass::Update(const ConnectClass* src) fakelag = src->fakelag; maxconnwarn = src->maxconnwarn; resolvehostnames = src->resolvehostnames; + uniqueusername = src->uniqueusername; maxchans = src->maxchans; penaltythreshold = src->penaltythreshold; pingtime = src->pingtime; -- cgit v1.3.1-10-gc9f91