Documentation ¶
Overview ¶
Package r1459 implements a base structure to scrape out and utilize an RFC 1459 frame in high level Go code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawLine ¶
type RawLine struct { Source string `json:"source"` Verb string `json:"verb"` Args []string `json:"args"` Tags map[string]string `json:"tags"` Raw string `json:"-"` // Deprecated }
RawLine represents an IRC line.
func NewRawLine ¶
NewRawLine creates a new line and split out an RFC 1459 frame to a RawLine. This will not return an error if it fails.
Click to show internal directories.
Click to hide internal directories.