summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-07-19 22:30:21 +0600
committerSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-07-19 22:30:21 +0600
commit5e31bf278e243bdb21027e9eafbccb5b4e1f329e (patch)
tree26ff795214188cb8f126f19aad6cf0d05a0243e8 /globals.h
parent562bcedfbf741cedd6731fc172eb033e15d2bb3b (diff)
add spam message log, fixed remove contact from ICQ <Not In List> group
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/globals.h b/globals.h
index 8e2adc7..790458e 100644
--- a/globals.h
+++ b/globals.h
@@ -1,20 +1,20 @@
-#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.");*/
-
-
-#ifdef _UNICODE
-typedef std::wstring tstring;
-#define PREF_TCHAR2 PREF_UTF
-#else
-typedef std::string tstring;
-#define PREF_TCHAR2 0
-#endif //_UNICODE
-
+#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.");*/
+
+
+#ifdef _UNICODE
+typedef std::wstring tstring;
+#define PREF_TCHAR2 PREF_UTF
+#else
+typedef std::string tstring;
+#define PREF_TCHAR2 0
+#endif //_UNICODE
+