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:
@@ -231,7 +231,7 @@ public class ChatPanel
|
||||
|
||||
} else {
|
||||
// request to send this text as a chat message
|
||||
_chatdtr.requestSpeak(text);
|
||||
_chatdtr.requestSpeak(null, text, ChatCodes.DEFAULT_MODE);
|
||||
}
|
||||
|
||||
// clear out the input because we sent a request
|
||||
|
||||
Reference in New Issue
Block a user