api: add welcome chat message type

Update chat history plugin to check the message type of the welcome
message.
This commit is contained in:
Adam
2019-11-20 12:04:25 -05:00
parent b565f29049
commit 5057e48d10
2 changed files with 8 additions and 3 deletions

View File

@@ -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.
*/