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/ICQCorp | |
parent | ba8b5469506b3f0caeeead89028a5b61120206e3 (diff) |
PSR_AWAYMSG returned as service for old ICQ-based protocols
Diffstat (limited to 'protocols/ICQCorp')
-rw-r--r-- | protocols/ICQCorp/src/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
|