summaryrefslogtreecommitdiff
path: root/stopspam.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@gmail.com>2010-02-15 06:41:36 +0300
committerGluzskiy Alexandr <sss123next@gmail.com>2010-02-15 06:41:36 +0300
commit02b8498fdb1d06aa8b6f136e2914000d05f29dc2 (patch)
tree3ecb953f29318f5ba9e12fa3e2b6df1fc74e4881 /stopspam.h
parenta5f8c514a5d7da4cd7049d2439182f51d7c1c195 (diff)
added option for block auth requests with URL (may not work)
Diffstat (limited to 'stopspam.h')
-rw-r--r--stopspam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stopspam.h b/stopspam.h
index 2d9777e..fd76f99 100644
--- a/stopspam.h
+++ b/stopspam.h
@@ -14,6 +14,7 @@ extern BOOL gbDosServiceIntegration;
extern BOOL gbDelNotInList;
extern BOOL gbCaseInsensitive;
extern BOOL gbInvisDisable;
+extern BOOL gbIgnoreURL;
extern tstring gbSpammersGroup;
extern tstring gbQuestion;
extern tstring gbAnswer;