From 4e532a8e7f362e459e42ef2dad1a069c0c0d5859 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 8 Jan 2024 13:59:10 +0300 Subject: PSR_AWAYMSG returned as service for old ICQ-based protocols --- protocols/EmLanProto/src/lan.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/EmLanProto/src/lan.h') 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 -- cgit v1.2.3