summaryrefslogtreecommitdiff
path: root/stopspam_mod/trunk/globals.h
diff options
context:
space:
mode:
author(no author) <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c>2008-11-28 09:54:30 +0000
committer(no author) <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c>2008-11-28 09:54:30 +0000
commit62a74c235e863104364994183bdc20ef6d5dda5d (patch)
tree7823d80b27fe761bcf026c711e6bf5d43da0c7d4 /stopspam_mod/trunk/globals.h
parent6ab8c4ff109bfeec0df3f840a85cb28ec5d38259 (diff)
recovering repository ....
git-svn-id: http://172.18.13.13/svn/mim_plugs@2 63852ff1-2cfd-40b9-8011-e561a9d89b1c
Diffstat (limited to 'stopspam_mod/trunk/globals.h')
-rw-r--r--stopspam_mod/trunk/globals.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/stopspam_mod/trunk/globals.h b/stopspam_mod/trunk/globals.h
new file mode 100644
index 0000000..9ae64b3
--- /dev/null
+++ b/stopspam_mod/trunk/globals.h
@@ -0,0 +1,20 @@
+#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
+