You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<Message>[br]Broadcasts a message with the [bold][Notice][/bold] name",
197
199
true
@@ -383,6 +385,7 @@ class CommandHandler {
383
385
foundClients.forEach((otherClient)=>{
384
386
sendClientCommand(otherClient,"slowrotate");
385
387
});
388
+
returnCommandHandler.HIDE_MESSAGE;
386
389
},
387
390
"<Username>[br]Makes the specified users screen veeeeeeeeeery slowly start rotating to the left. VEEEEEEEEEEEEERY slow so that eventually they’ll start to realize their screen is a bit off",
"<Username> <Message>[br]Makes the screen of the target empty (besides the background color) except for a small black box, and if you click it - it slowly fades out and reveals a message, then after a second it returns the screen back to normal like nothing happened.",
418
422
true
@@ -425,7 +429,55 @@ class CommandHandler {
425
429
sendClientCommand(otherClient,"cheeseStorm");
426
430
});
427
431
},
428
-
'<Username>[br]Many cheese images will show up on the users screen and each stay there for a few seconds. When the user clicks them, they go away and show "+1 cheese".'
432
+
'<Username>[br]Many cheese images will show up on the users screen and each stay there for a few seconds. When the user clicks them, they go away and show "+1 cheese".',
"<Username> <Message (Optional)[br]Only doing the quote and username will have the “[Notice]” say “quote goes here” -<username>, "+
478
+
newDate().getFullYear()+
479
+
"” and the quote is the most recent message that the specified user sent. However if you write your own quote, it’ll just say the same thing but with the quote being the thing you said.",
0 commit comments