diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-04 18:05:20 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-04 18:05:20 +0300 |
commit | a330def54d05bdf090f57829113c0079120e38fb (patch) | |
tree | 9c9db18eae0304e48ab968fffae2c5ed96ed411c /plugins/StopSpamPlus/src/stdafx.h | |
parent | a70fd8de566d88a4379dccf3b4080200c975fb44 (diff) |
fixes #3679 completely
Diffstat (limited to 'plugins/StopSpamPlus/src/stdafx.h')
-rw-r--r-- | plugins/StopSpamPlus/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/stdafx.h b/plugins/StopSpamPlus/src/stdafx.h index 306fed7531..66bbfb137c 100644 --- a/plugins/StopSpamPlus/src/stdafx.h +++ b/plugins/StopSpamPlus/src/stdafx.h @@ -55,7 +55,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> void OnTimer(CTimer *);
} m_impl;
- CMOption<bool> bInfTalkProtection, bAddPermanent, bHandleAuthReq, bAnswNotCaseSens, bHistLog;
+ CMOption<bool> bInfTalkProtection, bAddPermanent, bAnswNotCaseSens, bHistLog;
CMOption<wchar_t *> Question, AuthRepl, Answer, Congratulation, AnswSplitString;
CMOption<char *> DisabledProtoList;
CMOption<uint32_t> iMaxQuestCount, iAnswerTimeout;
|