diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 15:35:00 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 15:35:00 +0000 |
commit | 91176f564ae9462d50819f033756cb6e32b113ac (patch) | |
tree | b6b4579ab02e37a570c8209510e85283563310fd /src/gui/chat.h | |
parent | 9085123bab570e32ddec9dda6ecfae40a3ac25f1 (diff) | |
download | mana-91176f564ae9462d50819f033756cb6e32b113ac.tar.gz mana-91176f564ae9462d50819f033756cb6e32b113ac.tar.bz2 mana-91176f564ae9462d50819f033756cb6e32b113ac.tar.xz mana-91176f564ae9462d50819f033756cb6e32b113ac.zip |
Applied some patches by peavey related to chatlog and the quit dialog.
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 b857f4b4..cbfc8a63 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -56,6 +56,8 @@ class ScrollArea; #define IS_WHERE_LENGTH 6 #define IS_WHO "/who" #define IS_WHO_LENGTH 4 +#define IS_CLEAR "/clear" +#define IS_CLEAR_LENGTH 6 /** * gets in between usernick and message text depending on |