diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:45:36 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:45:36 +0300 |
commit | 35fbf19ce0da051b1bf471ac81048440908f0eaa (patch) | |
tree | 1684fe12e9aa833638de737f215b3b290653a929 /stopspam_mod/stopspam.h | |
parent | 44cf244bab4c4cba771313bf3151a655775c0e0a (diff) |
code sorting, stopspam_mod branch created
Diffstat (limited to 'stopspam_mod/stopspam.h')
-rw-r--r-- | stopspam_mod/stopspam.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/stopspam_mod/stopspam.h b/stopspam_mod/stopspam.h new file mode 100644 index 0000000..2d9777e --- /dev/null +++ b/stopspam_mod/stopspam.h @@ -0,0 +1,22 @@ +
+extern BOOL gbDosServiceExist;
+extern BOOL gbVarsServiceExist;
+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 BOOL gbCaseInsensitive;
+extern BOOL gbInvisDisable;
+extern tstring gbSpammersGroup;
+extern tstring gbQuestion;
+extern tstring gbAnswer;
+extern tstring gbCongratulation;
+extern std::wstring gbAuthRepl;
+
|