diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:52:09 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:52:09 +0300 |
commit | 23d6d3e482927c13294f204b34ce23c6f445e8ac (patch) | |
tree | c1f6ddc2efd6ef4db9ec6b7cc2b3df2c2d9bcf4a /stopspam_mod/trunk/globals.h | |
parent | 44cf244bab4c4cba771313bf3151a655775c0e0a (diff) |
helpers branch created (contain only headers which can be used by plugins)
Diffstat (limited to 'stopspam_mod/trunk/globals.h')
-rw-r--r-- | stopspam_mod/trunk/globals.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stopspam_mod/trunk/globals.h b/stopspam_mod/trunk/globals.h deleted file mode 100644 index 9ae64b3..0000000 --- a/stopspam_mod/trunk/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
-
|