diff options
Diffstat (limited to 'MySpace/server_con.cpp')
-rw-r--r-- | MySpace/server_con.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/server_con.cpp b/MySpace/server_con.cpp index 9701bf0..e6ee1e3 100644 --- a/MySpace/server_con.cpp +++ b/MySpace/server_con.cpp @@ -522,7 +522,7 @@ void __cdecl ServerThreadFunc(void*) { char smsg[1024];
if(msg.get_string("msg", smsg, 1024)) {
if(strcmp(smsg, "%typing%") == 0)
- CallService(MS_PROTO_CONTACTISTYPING, (WPARAM)hContact, (LPARAM)5);
+ CallService(MS_PROTO_CONTACTISTYPING, (WPARAM)hContact, (LPARAM)20);
else if(strcmp(smsg, "%stoptyping%") == 0) {
CallService(MS_PROTO_CONTACTISTYPING, (WPARAM)hContact, (LPARAM)0);
} else if(strncmp(smsg, "!!!ZAP_SEND!!!=RTE_BTN_ZAPS_", 28) == 0) {
|