X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_services_account.cpp;h=9630128e0b1716865df4ba028d9c263e4d4355d7;hb=bd6ca75281a84d42b8643a805ebdff82b020419e;hp=f84c9a378b75e36106d3e0674ae4d85554eb1919;hpb=db248e7d99636809a88f0ddb5ccf9a8034cbdf36;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp index f84c9a378..9630128e0 100644 --- a/src/modules/m_services_account.cpp +++ b/src/modules/m_services_account.cpp @@ -148,6 +148,7 @@ class ModuleServicesAccount : public Module public: ModuleServicesAccount() : m1(this), m2(this), m3(this), m4(this), m5(this), accountname(this) + , checking_ban(false) { }