diff options
Diffstat (limited to 'stopspam_mod/branches/0.0.1.7/stopspam.h')
-rw-r--r-- | stopspam_mod/branches/0.0.1.7/stopspam.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/stopspam_mod/branches/0.0.1.7/stopspam.h b/stopspam_mod/branches/0.0.1.7/stopspam.h deleted file mode 100644 index 738ec15..0000000 --- a/stopspam_mod/branches/0.0.1.7/stopspam.h +++ /dev/null @@ -1,19 +0,0 @@ -
-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::wstring gbAuthRepl;
-
|