Hellstyrant

Untitled

Jun 17th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {if;{args;1};==;critical;
  2. {channel.send;
  3. ```css
  4. < INCOMING TRANSMISSION >
  5. ```
  6. ```css
  7. < CRITICAL BGS ALERT >
  8. ```
  9. <{args;2}>
  10. ```md
  11. /* END OF TRANSMISSION *
  12. ```
  13. };
  14. }
  15.  
  16. {if;{args;1};==;routine;
  17. {channel.send;
  18. ```css
  19. < INCOMING TRANSMISSION >
  20. ```
  21. ```css
  22. < ROUTINE BGS ALERT >
  23. ```
  24. <{args;2}>
  25. ```md
  26. /* END OF TRANSMISSION *
  27. ```
  28. };
  29. }
  30.  
  31. {if;{args;1};==;priority;
  32. {channel.send;
  33. ```css
  34. < INCOMING TRANSMISSION >
  35. ```
  36. ```css
  37. < PRIORITY BGS ALERT >
  38. ```
  39. <{args;2}>
  40. ```md
  41. /* END OF TRANSMISSION *
  42. ```
  43. };
  44. }
Advertisement
Add Comment
Please, Sign In to add comment