Added support for think and emote.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1599 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-07-22 22:26:26 +00:00
parent af8b7bf237
commit 5c5038690b
9 changed files with 82 additions and 25 deletions
@@ -1,5 +1,5 @@
//
// $Id: ChatPanel.java,v 1.15 2002/07/17 20:53:31 shaper Exp $
// $Id: ChatPanel.java,v 1.16 2002/07/22 22:26:26 ray Exp $
package com.threerings.micasa.client;
@@ -226,7 +226,7 @@ public class ChatPanel
// documentation inherited
public void displaySpeakMessage (
String type, String speaker, String bundle, String message)
String type, String speaker, String bundle, String message, String mode)
{
// wrap the speaker in brackets
speaker = "<" + speaker + "> ";