Add private message input event and add !kc to chatcommands for private messages

This commit is contained in:
Adam
2018-07-22 19:43:57 -04:00
parent 1d31796fc5
commit 37c95ff75e
8 changed files with 452 additions and 0 deletions

View File

@@ -70,4 +70,9 @@ public final class ScriptID
* because you need an op listener attached to it for it to work
*/
public static final int NULL = 10003;
/**
* Send a private message.
*/
public static final int PRIVMSG = 10004;
}