diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 22:03:58 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 22:03:58 +0300 |
commit | bc65af670e04a1c3244f47052475b24dddfd93d0 (patch) | |
tree | 47c6c98dd40f9ce76e72f5b5f98eff0dd496572c /stopspam_mod/branches/0.0.1.7/globals.h | |
parent | cf2f92436cc59e051017ae85c48928570bdc0915 (diff) |
cleaning
Diffstat (limited to 'stopspam_mod/branches/0.0.1.7/globals.h')
-rw-r--r-- | stopspam_mod/branches/0.0.1.7/globals.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stopspam_mod/branches/0.0.1.7/globals.h b/stopspam_mod/branches/0.0.1.7/globals.h deleted file mode 100644 index 9ae64b3..0000000 --- a/stopspam_mod/branches/0.0.1.7/globals.h +++ /dev/null @@ -1,20 +0,0 @@ -#define pluginName "StopSpam"
-/*
-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.");*/
-
-
-#ifdef _UNICODE
-typedef std::wstring tstring;
-#define PREF_TCHAR2 PREF_UTF
-#else
-typedef std::string tstring;
-#define PREF_TCHAR2 0
-#endif //_UNICODE
-
|