From 6fe89c25874a40e9383dfaccb14f360971fe694b Mon Sep 17 00:00:00 2001 From: sss Date: Sat, 4 Apr 2009 11:13:52 +0000 Subject: git-svn-id: http://172.18.13.13/svn/mim_plugs@17 63852ff1-2cfd-40b9-8011-e561a9d89b1c --- stopspam_mod/branches/0.0.1.5/globals.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 stopspam_mod/branches/0.0.1.5/globals.h (limited to 'stopspam_mod/branches/0.0.1.5/globals.h') diff --git a/stopspam_mod/branches/0.0.1.5/globals.h b/stopspam_mod/branches/0.0.1.5/globals.h deleted file mode 100644 index 9ae64b3..0000000 --- a/stopspam_mod/branches/0.0.1.5/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 - -- cgit v1.2.3