Interface IIRCLine

Hierarchy

  • IIRCLine

Properties

arguments: string[]

Arguments of the IRC command. They appear after the command and before the trailing ( :)

command: string

Raw IRC command. You may need to map this to RPL_ERROR or RPL_COMMAND depending on your needs.

raw: string

Raw line from the server.

trailing: string

Trailing of the IRC command. This is the text after : (excluded)

user: IIRCUser

Sender information

Generated using TypeDoc