Advertisement
cnl_cnl_cnl

Untitled

Dec 21st, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. -- slothmud color codes
  2. -- don't bleed
  3. -- only work in certain channels (grouptell yes, say no)
  4.  
  5. r = r or {}
  6. r.col = {
  7. red = "\\d02",
  8. green = "\\d03",
  9. yellow = "\\d04",
  10. blue = "\\d05",
  11. purple = "\\d06",
  12. cyan = "\\d07",
  13. white = "\\d08",
  14. bold = "\\a02",
  15. unbold = "\\a03",
  16. underline = "\\a05",
  17. reset = "\\a10",
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement