api: add welcome chat message type
Update chat history plugin to check the message type of the welcome message.
This commit is contained in:
@@ -148,6 +148,10 @@ public enum ChatMessageType
|
||||
* A message that times out after 10 seconds.
|
||||
*/
|
||||
TENSECTIMEOUT(107),
|
||||
/**
|
||||
* The "Welcome to RuneScape" message
|
||||
*/
|
||||
WELCOME(108),
|
||||
/**
|
||||
* An unknown message type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user