Probiotics (in bot form) for programming.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

23 lines
678B

  1. // Formatting macros
  2. #define IRC_BOLD "[B]"
  3. #define IRC_ITALIC "[I]"
  4. #define IRC_UNDERLINE "[U]"
  5. // Color macros
  6. #define IRC_BLACK "[COLOR=BLACK]"
  7. #define IRC_DARKBLUE "[COLOR=DARKBLUE]"
  8. #define IRC_DARKGREEN "[COLOR=DARKGREEN]"
  9. #define IRC_RED "[COLOR=RED]"
  10. #define IRC_BROWN "[COLOR=BROWN]"
  11. #define IRC_PURPLE "[COLOR=PURPLE]"
  12. #define IRC_OLIVE "[COLOR=OLIVE]"
  13. #define IRC_YELLOW "[COLOR=YELLOW]"
  14. #define IRC_GREEN "[COLOR=GREEN]"
  15. #define IRC_TEAL "[COLOR=TEAL]"
  16. #define IRC_CYAN "[COLOR=CYAN]"
  17. #define IRC_BLUE "[COLOR=BLUE]"
  18. #define IRC_MAGENTA "[COLOR=MAGENTA]"
  19. #define IRC_DARKGRAY "[COLOR=DARKGRAY]"
  20. #define IRC_LIGHTGRAY "[COLOR=LIGHTGRAY]"
  21. #define IRC_STOP "[/COLOR]"