diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-13 04:43:24 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-13 04:43:24 -0300 |
commit | a7336698d6fa7b561ac56166eef3ec07adcbee41 (patch) | |
tree | 25e80a8e146f4b872f7e0ff2afba6ef96c07e7fb /protocols/msn/msn.h | |
parent | 2730c79659ae3b4ca857859a9ade8cfd1cd92ac4 (diff) |
msn: Remove nudges
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 75dc2b7e..b76fbd40 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -29,7 +29,6 @@ /* Some hackish magicstrings to make special-purpose messages/switchboards. */ #define TYPING_NOTIFICATION_MESSAGE "\r\r\rBEWARE, ME R TYPINK MESSAGE!!!!\r\r\r" -#define NUDGE_MESSAGE "\r\r\rSHAKE THAT THING\r\r\r" #define GROUPCHAT_SWITCHBOARD_MESSAGE "\r\r\rME WANT TALK TO MANY PEOPLE\r\r\r" #ifdef DEBUG_MSN @@ -107,12 +106,6 @@ "TypingUser: %s\r\n" \ "\r\n\r\n" -#define MSN_NUDGE_HEADERS "MIME-Version: 1.0\r\n" \ - "Content-Type: text/x-msnmsgr-datacast\r\n" \ - "\r\n" \ - "ID: 1\r\n" \ - "\r\n" - #define PROFILE_URL "http://members.msn.com/" typedef enum { |