diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/EmLanProto/src/lan.h | 2 | ||||
-rw-r--r-- | protocols/ICQCorp/src/protocol.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/protocols/EmLanProto/src/lan.h b/protocols/EmLanProto/src/lan.h index 9083281619..9b50bdb928 100644 --- a/protocols/EmLanProto/src/lan.h +++ b/protocols/EmLanProto/src/lan.h @@ -4,6 +4,8 @@ #ifndef __lan_h__
#define __lan_h__
+#define PSR_AWAYMSG "/RecvAwayMsg"
+
#define MAKE_PORT(x) (HIBYTE(x)|(LOBYTE(x)<<8))
#define MAX_INTERNAL_IP 32
diff --git a/protocols/ICQCorp/src/protocol.h b/protocols/ICQCorp/src/protocol.h index ef1adf9ad6..ab3bf6d2a3 100644 --- a/protocols/ICQCorp/src/protocol.h +++ b/protocols/ICQCorp/src/protocol.h @@ -22,6 +22,7 @@ ///////////////////////////////////////////////////////////////////////////////
+#define PSR_AWAYMSG "/RecvAwayMsg"
#define ICQ_TCP_VER 0x0002
#define ICQ_UDP_VER 0x0003
|