diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-18 18:14:20 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-18 18:14:20 +0000 |
commit | d259b413d0812e0181b91846a922a4ddc44aca47 (patch) | |
tree | b417e384f8a03ac14c497327bf5ef9d1713ce17c /plugins/StopSpamMod/src/globals.h | |
parent | 1e5e6e5b820861d32cddb5602e4b64c93f1b4ded (diff) |
changed path for stopspam_mod.log
git-svn-id: http://svn.miranda-ng.org/main/trunk@4720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|