summaryrefslogtreecommitdiff
path: root/stopspam_mod/branches/0.0.1.5/stopspam.h
diff options
context:
space:
mode:
author(no author) <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c>2008-12-03 12:52:49 +0000
committer(no author) <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c>2008-12-03 12:52:49 +0000
commitef47f3ff49f5627fe2736abf21763e69bf119f20 (patch)
tree5134a8f181cfb4584bbee32facc3ec26397a355d /stopspam_mod/branches/0.0.1.5/stopspam.h
parentc31afb5f61aadeda55f32f07cf306356c84ea989 (diff)
added stopspam 0.0.1.5 branch
git-svn-id: http://172.18.13.13/svn/mim_plugs@7 63852ff1-2cfd-40b9-8011-e561a9d89b1c
Diffstat (limited to 'stopspam_mod/branches/0.0.1.5/stopspam.h')
-rw-r--r--stopspam_mod/branches/0.0.1.5/stopspam.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/stopspam_mod/branches/0.0.1.5/stopspam.h b/stopspam_mod/branches/0.0.1.5/stopspam.h
new file mode 100644
index 0000000..10088bb
--- /dev/null
+++ b/stopspam_mod/branches/0.0.1.5/stopspam.h
@@ -0,0 +1,19 @@
+
+extern BOOL gbDosServiceExist;
+extern DWORD gbMaxQuestCount;
+extern BOOL gbInfTalkProtection;
+extern BOOL gbAddPermanent;
+extern BOOL gbHandleAuthReq;
+extern BOOL gbSpecialGroup;
+extern BOOL gbHideContacts;
+extern BOOL gbIgnoreContacts;
+extern BOOL gbExclude;
+extern BOOL gbDelExcluded;
+extern BOOL gbDosServiceIntegration;
+extern BOOL gbDelNotInList;
+extern tstring gbSpammersGroup;
+extern tstring gbQuestion;
+extern tstring gbAnswer;
+extern tstring gbCongratulation;
+extern std::string gbAuthRepl;
+