diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-01 05:18:46 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-01 05:18:46 +0300 |
commit | 298b3e189486938208a4bf7d15d3aa1b841ef652 (patch) | |
tree | 1b8c4873613b181647c29b7efa8002b0c6975c6c /stopspam_mod/trunk/stopspam.h | |
parent | 5f68bd0ddfd9578e00d0dba2b64c6db1f405bbc8 (diff) |
+ option to case insensitive answer checking
+ option to disable question in invisible mode
small options dialog redesign
Diffstat (limited to 'stopspam_mod/trunk/stopspam.h')
-rw-r--r-- | stopspam_mod/trunk/stopspam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stopspam_mod/trunk/stopspam.h b/stopspam_mod/trunk/stopspam.h index 738ec15..2d9777e 100644 --- a/stopspam_mod/trunk/stopspam.h +++ b/stopspam_mod/trunk/stopspam.h @@ -1,5 +1,6 @@ extern BOOL gbDosServiceExist;
+extern BOOL gbVarsServiceExist;
extern DWORD gbMaxQuestCount;
extern BOOL gbInfTalkProtection;
extern BOOL gbAddPermanent;
@@ -11,6 +12,8 @@ extern BOOL gbExclude; extern BOOL gbDelExcluded;
extern BOOL gbDosServiceIntegration;
extern BOOL gbDelNotInList;
+extern BOOL gbCaseInsensitive;
+extern BOOL gbInvisDisable;
extern tstring gbSpammersGroup;
extern tstring gbQuestion;
extern tstring gbAnswer;
|