Added XLATE_MODES for the default modes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4493 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-12-22 02:45:05 +00:00
parent 1e4c28ecff
commit 7cea2a7088
@@ -84,6 +84,11 @@ public interface ChatCodes extends InvocationCodes
* actually a server-wide broadcast. */
public static final byte BROADCAST_MODE = 4;
/** String translations for the various chat modes. */
public static final String[] XLATE_MODES = {
"default", "think", "emote", "shout", "broadcast"
};
/** An error code delivered when the user targeted for a tell
* notification is not online. */
public static final String USER_NOT_ONLINE = "m.user_not_online";