From 298b3e189486938208a4bf7d15d3aa1b841ef652 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 1 Oct 2009 05:18:46 +0300 Subject: + option to case insensitive answer checking + option to disable question in invisible mode small options dialog redesign --- stopspam_mod/trunk/stopspam.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stopspam_mod/trunk/stopspam.h') 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; -- cgit v1.2.3