diff options
Diffstat (limited to 'src/modules/m_services_account.cpp')
| -rw-r--r-- | src/modules/m_services_account.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp index 55b95f60b..d362e162a 100644 --- a/src/modules/m_services_account.cpp +++ b/src/modules/m_services_account.cpp @@ -157,7 +157,7 @@ class ModuleServicesAccount Channel_r chanregmode; User_r userregmode; AccountExtItemImpl accountname; - bool checking_ban; + bool checking_ban = false; public: ModuleServicesAccount() @@ -172,7 +172,6 @@ class ModuleServicesAccount , chanregmode(this) , userregmode(this) , accountname(this) - , checking_ban(false) { } |
