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:
@@ -84,6 +84,11 @@ public interface ChatCodes extends InvocationCodes
|
|||||||
* actually a server-wide broadcast. */
|
* actually a server-wide broadcast. */
|
||||||
public static final byte BROADCAST_MODE = 4;
|
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
|
/** An error code delivered when the user targeted for a tell
|
||||||
* notification is not online. */
|
* notification is not online. */
|
||||||
public static final String USER_NOT_ONLINE = "m.user_not_online";
|
public static final String USER_NOT_ONLINE = "m.user_not_online";
|
||||||
|
|||||||
Reference in New Issue
Block a user