diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-03 17:54:26 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-03 17:54:26 +0000 |
commit | 65ef705d73144167aa6e3eeef87fd55a691fc9e0 (patch) | |
tree | 1d4884c74c177a125d444a81554730693695c346 /src/gui/chat.h | |
parent | 08310d2bad4f7d2f00ef506630a350bff2f4a951 (diff) | |
download | mana-65ef705d73144167aa6e3eeef87fd55a691fc9e0.tar.gz mana-65ef705d73144167aa6e3eeef87fd55a691fc9e0.tar.bz2 mana-65ef705d73144167aa6e3eeef87fd55a691fc9e0.tar.xz mana-65ef705d73144167aa6e3eeef87fd55a691fc9e0.zip |
Enabled some /commands.
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 80189665..5b470e27 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -48,8 +48,12 @@ class ScrollArea; #define IS_ANNOUNCE "/announce " #define IS_ANNOUNCE_LENGTH 10 -#define IS_WHERE "/where " -#define IS_WHERE_LENGTH 7 +#define IS_HELP "/help" +#define IS_HELP_LENGTH 5 +#define IS_WHERE "/where" +#define IS_WHERE_LENGTH 6 +#define IS_WHO "/who" +#define IS_WHO_LENGTH 4 /** * gets in between usernick and message text depending on |