blob: 8c5912c223816f1ff1b1af74ac614461f8675b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#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
|