Variable IRC_FMT_FORMAT_MAPConst

IRC_FMT_FORMAT_MAP: { bold: string; italics: string; normal: string; reverse: string; underline: string } = ...

Type declaration

  • bold: string

    bold text, ^B

  • italics: string

    italic text, ^I

  • normal: string

    Normal text

  • reverse: string

    reverse color text, ^V

  • underline: string

    underline text, ^_

Generated using TypeDoc