Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Formatting #26

Open
loljoho opened this issue May 16, 2019 · 1 comment
Open

Text Formatting #26

loljoho opened this issue May 16, 2019 · 1 comment
Labels
1.1 - bot Related to the bot plugin

Comments

@loljoho
Copy link
Owner

loljoho commented May 16, 2019

Color Codes:

  • 01 - Black
  • 02 - Blue
  • 03 - Green
  • 04 - Red
  • 05 - Brown
  • 06 - Purple
  • 07 - Orange
  • 08 - Yellow
  • 09 - Light Green
  • 10 - Cyan
  • 11 - Light Cyan
  • 12 - Light Blue
  • 13 - Pink
  • 14 - Dark Grey
  • 15 - Light Grey

Screenshots

IRCCloud

Screenshot_20190516-160911_IRCCloud

IRCCloud Dark

bASGD8C

Hexchat

0ABHsw8

Textual

gj40xM8

Mutter

ohedl4K

@loljoho
Copy link
Owner Author

loljoho commented May 16, 2019

    def colors(self, irc, msg, arg, channel):
        """
        Display all the colors!
        """
        colorText = '\x0301Colors: \x02'
        colorText += '\x030101. Black '
        colorText += '\x030202. Blue '
        colorText += '\x030303. Green '
        colorText += '\x030404. Red '
        colorText += '\x030505. Brown '
        colorText += '\x030606. Purple '
        colorText += '\x030707. Orange '
        colorText += '\x030808. Yellow '
        colorText += '\x030909. Light Green '
        colorText += '\x031010. Cyan '
        colorText += '\x031111. Light Cyan '
        colorText += '\x031212. Light Blue '
        colorText += '\x031313. Pink '
        colorText += '\x031414. Dark Grey '
        colorText += '\x031515. Light Grey '
        colorText += '\x031616. White? '
        colorText += '\x031717. Black? '
        colorText += '\x031818. Blue? '
        colorText += '\x031919. Green? '
        self.reply(irc, msg, colorText)
    colors = wrap(colors, ['channel'])

@loljoho loljoho added the 1.1 - bot Related to the bot plugin label May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.1 - bot Related to the bot plugin
Projects
None yet
Development

No branches or pull requests

1 participant