diff options
Diffstat (limited to 'plugins/StopSpamMod/src/globals.h')
-rwxr-xr-x | plugins/StopSpamMod/src/globals.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/StopSpamMod/src/globals.h b/plugins/StopSpamMod/src/globals.h index 8c5912c223..e046e68f6f 100755 --- a/plugins/StopSpamMod/src/globals.h +++ b/plugins/StopSpamMod/src/globals.h @@ -1,16 +1,3 @@ #define pluginName "StopSpam" //const char* ?
-/*
-TCHAR const * defAnswer = _T("nospam");
-TCHAR const * defCongratulation =
-_T("Congratulations! You just passed human/robot test. Now you can write me a message.");
-char const * defProtoList = "ICQ\r\n";
-TCHAR const * infTalkProtPrefix = _T("StopSpam automatic message:\r\n");
-char const * answeredSetting = "Answered";
-char const * questCountSetting = "QuestionCount";
-TCHAR const * defAufrepl = _T("StopSpam: send a message and reply to a anti-spam bot question.");*/
-
-
-
-typedef std::wstring tstring;
#define PREF_TCHAR2 PREF_UTF
|