diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-19 13:08:10 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-19 13:08:10 +0000 |
commit | c3a71b7dcbfe855058a84e22651aea3910133aa1 (patch) | |
tree | c2682496dee4a394f91a4ccc7ddcf3159f5cb0ae /indra/llcommon | |
parent | 24c7e08b4038e77792e4eca318c00bcc80138d7e (diff) | |
parent | f752b73cb2c18521765760bb7986816ee7b94056 (diff) |
PE merge.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llchat.h b/indra/llcommon/llchat.h index a77bd211f3..52238d4533 100644 --- a/indra/llcommon/llchat.h +++ b/indra/llcommon/llchat.h @@ -68,7 +68,8 @@ typedef enum e_chat_audible_level typedef enum e_chat_style { CHAT_STYLE_NORMAL, - CHAT_STYLE_IRC + CHAT_STYLE_IRC, + CHAT_STYLE_HISTORY }EChatStyle; // A piece of chat |