Archived
0

fixxed the commands array

This commit is contained in:
Minenash
2018-03-11 20:45:00 -04:00
committed by GitHub
parent 2877501626
commit e2aeb5a953

View File

@@ -36,7 +36,7 @@ import net.nemez.chatapi.ChatAPI;
public class Chatalias implements Module, Listener
{
private final String[] commands = new String[] {"e?r", "e?m .+?", "e?t", "e?w", "e?msg .+?", "e?message .+?",
"e?whisper .+?", "e?me", "cgsay", "ac", "bc, say, sayn .+?, chat, shrug"};
"e?whisper .+?", "e?me", "cgsay", "ac", "bc", "say", "sayn" ."+?", "chat", "shrug", "action"};
private JSONObject aliases = new JSONObject();
@Override