|
|
 |
|
sPluginName |
This is the unique name of your plugin, to make it unique, you'd better add your company name or other name in it, like "Stocks data plugin (iDataExpress Software)". |
|
CurrentVer |
This is the version of your plugin, for example, "1.0" or "v1.0". |
|
sReplyMessage |
This is the message that you want to return to ttRobot, ttRobot will send this message to the visitor. If the sMessageType is 1 (File), sReplyMessage must be the filename with the full path relative to ttRobot, for example, "c:\My Files\anyfile.txt'. |
|
FN |
This is the font name of the reply message, for example, "Arial", etc. |
|
EF |
This is the effect specifies optional style effects. Possible effects are bold, italic, underline, and strikethrough. Each effect is referred to by its first letter. For example, to make bold-italic text, you must return IB or BI. This paramater must in uppercase. If there are no effects, just leave the parameter value blank. |
|
CO |
The CO parameter specifies a font color. You can specify any one of almost 17 million colors (24-bit color). The value of the CO is a six-character hexadecimal BGR (blue-green-red, the reverse of the standard RGB order seen in HTML) string. The first two characters represent a hexadecimal number from 00 ff (hexadecimal for 255) for the intensity of blue, the second two are for green, and the third two are for red. For example, to make a full red color, set it 0000ff. |
|
CS |
This is the Character Set of your reply message. The value is one or two hexadecimal digits (leading zeros are dropped by the official client and are ignored if present), representing the numerical value Windows uses for the character set. Here is the full list of Windows' predefined character sets:
0 |
ANSI_CHARSET
ANSI characters |
1 |
DEFAULT_CHARSET
Font is chosen based solely on name and size. If the described font is not available on the system, Windows will substitute another font. |
2 |
SYMBOL_CHARSET
Standard symbol set |
4d |
MAC_CHARSETLT
Macintosh characters |
80 |
SHIFTJIS_CHARSET
Japanese shift-JIS characters |
81 |
HANGEUL_CHARSET
Korean characters (Wansung) |
82 |
JOHAB_CHARSET
Korean characters (Johab) |
86 |
GB2312_CHARSET
Simplified Chinese characters (Mainland China) |
88 |
CHINESEBIG5_CHARSET
Traditional Chinese characters (Taiwanese) |
a1 |
GREEK_CHARSET
Greek characters |
a2 |
TURKISH_CHARSET
Turkish characters |
a3 |
VIETNAMESE_CHARSET
Vietnamese characters |
b1 |
HEBREW_CHARSET
Hebrew characters |
b2 |
ARABIC_CHARSET
Arabic characters |
ba |
BALTIC_CHARSET
Baltic characters |
cc |
RUSSIAN_CHARSET_DEFAULT
Cyrillic characters |
de |
THAI_CHARSET
Thai characters |
ee |
EASTEUROPE_CHARSET
Sometimes called the "Central European" character set, this includes diacritical marks for Eastern European countries |
ff |
OEM_DEFAULT
Depends on the codepage of the operating system |
|
|
sMessageType |
This is the reture message type, the possible values are:
0 |
Message, plain text type, include emoticon string. |
1 |
File, tell ttRobot to transfer the file defined in the sReplyMsg paramater. |
|
|