summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index c89d0f52..3ba74d39 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -32,6 +32,11 @@
32 32
33#define MAX_NAME_LENGTH 128 33#define MAX_NAME_LENGTH 128
34#define MAX_USERSTATUS_LENGTH 128 34#define MAX_USERSTATUS_LENGTH 128
35
36#define PACKET_ID_NICKNAME 48
37#define PACKET_ID_USERSTATUS 49
38#define PACKET_ID_MESSAGE 64
39
35// don't assume MAX_USERSTATUS_LENGTH will stay at 128, it may be increased 40// don't assume MAX_USERSTATUS_LENGTH will stay at 128, it may be increased
36// to an absurdly large number later 41// to an absurdly large number later
37 42