summaryrefslogtreecommitdiff
path: root/plugins/StopSpamPlus/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-01-04 18:05:20 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-01-04 18:05:20 +0300
commita330def54d05bdf090f57829113c0079120e38fb (patch)
tree9c9db18eae0304e48ab968fffae2c5ed96ed411c /plugins/StopSpamPlus/src/stdafx.h
parenta70fd8de566d88a4379dccf3b4080200c975fb44 (diff)
fixes #3679 completely
Diffstat (limited to 'plugins/StopSpamPlus/src/stdafx.h')
-rw-r--r--plugins/StopSpamPlus/src/stdafx.h2
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;