irc.url

Undocumented in source.

Members

Classes

IrcUrlException
class IrcUrlException

Functions

parse
ConnectionInfo parse(string url)

Parse IRC URLs (also known as "chat links").

tryParse
ParseError tryParse(string url, ConnectionInfo info)

Same as parse, but returning an error message instead of throwing. Useful for high-volume parsing.

Structs

ConnectionInfo
struct ConnectionInfo

Result of the parse and tryParse functions, containing the parsed connection information.

ParseError
struct ParseError

Meta