diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-10 21:41:02 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-10 21:41:02 +0000 |
commit | c67fa724ddbdc4ef3a98920d7b92816ecd6fc2be (patch) | |
tree | b5c779854531e24a65e284736002aa1a0198c7dc /src/gui/chat.h | |
parent | a191c063d77dfe5ee7e79e55a7106ad505d8f493 (diff) | |
download | mana-c67fa724ddbdc4ef3a98920d7b92816ecd6fc2be.tar.gz mana-c67fa724ddbdc4ef3a98920d7b92816ecd6fc2be.tar.bz2 mana-c67fa724ddbdc4ef3a98920d7b92816ecd6fc2be.tar.xz mana-c67fa724ddbdc4ef3a98920d7b92816ecd6fc2be.zip |
Implemented support for whispering to other players (patch by peavey).
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index cbfc8a63..7dd68604 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -58,6 +58,8 @@ class ScrollArea; #define IS_WHO_LENGTH 4 #define IS_CLEAR "/clear" #define IS_CLEAR_LENGTH 6 +#define IS_WHISPER "/whisper" +#define IS_WHISPER_LENGTH 8 /** * gets in between usernick and message text depending on |