Added shared.CheckValidDisplay()

This commit is contained in:
2018-10-20 13:56:12 +11:00
parent 31a13e000d
commit ce295efd31
3 changed files with 80 additions and 34 deletions

View File

@@ -33,7 +33,7 @@ client.on("message", function(msg) {
switch(command) {
//used for debugging
case "ping":
shared.SendPublicMessage(client, "Ratstail91", "bot-spam", "pong", 3000);
console.log(shared.CheckValidDisplay(client, "Ratstail91", "bot-spam", true));
break;
}
});