diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-08 13:59:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-08 13:59:10 +0300 |
commit | 4e532a8e7f362e459e42ef2dad1a069c0c0d5859 (patch) | |
tree | 10c1eda50d8575757d3abe553ea6e73d9b9b2108 /protocols/EmLanProto/src/lan.h | |
parent | ba8b5469506b3f0caeeead89028a5b61120206e3 (diff) |
PSR_AWAYMSG returned as service for old ICQ-based protocols
Diffstat (limited to 'protocols/EmLanProto/src/lan.h')
-rw-r--r-- | protocols/EmLanProto/src/lan.h | 2 |
1 files changed, 2 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
|