aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 2 insertions, 0 deletions
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;