Make it easy to create a UserMessage for tells.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4252 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-07-06 00:27:44 +00:00
parent 05cef39f63
commit a3c86ec1d4
2 changed files with 12 additions and 2 deletions
@@ -263,8 +263,7 @@ public class ChatProvider
*/
protected UserMessage createTellMessage (BodyObject source, String message)
{
return new UserMessage(
message, null, source.getVisibleName(), DEFAULT_MODE);
return new UserMessage(message, source.getVisibleName());
}
/**