Big chat revamp to migrate various useful things from Yohoho like /command

handling, chat history support and chat mogrification into the base
framework.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3690 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-08-24 21:59:50 +00:00
parent 18fa50cb78
commit ca04c00c44
3 changed files with 595 additions and 110 deletions
@@ -160,7 +160,7 @@ public class ChatView extends BContainer
} else {
// request to send this text as a chat message
_chatdtr.requestSpeak(text);
_chatdtr.requestSpeak(null, text, ChatCodes.DEFAULT_MODE);
}
return true;