Documentation ¶
Overview ¶
Package parse has functions to parse the irc protocol into irc.IrcMessages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParseError ¶
type ParseError struct { // The invalid irc encountered. Irc string }
ParseError is generated when something does not match the regex, irc.Parse will return one of these containing the invalid seeming irc protocol string.
func (ParseError) Error ¶
func (p ParseError) Error() string
Error satisfies the Error interface for ParseError.
Click to show internal directories.
Click to hide internal directories.