virc

Undocumented in source.

Modules

casemapping
module virc.casemapping

Module for handling the various CASEMAPPING methods used by IRC networks.

client
module virc.client
Undocumented in source.
common
module virc.common

Various bits common to different parts of IRC, such as channel and user metadata.

connection
module virc.connection

Module for various low-level IRC connection details.

encoding
module virc.encoding

Module for handling low-level message encoding.

irckeyvaluesplitter
module virc.irckeyvaluesplitter
Undocumented in source.
ircmessage
module virc.ircmessage
Undocumented in source.
ircsplitter
module virc.ircsplitter

Module for splitting IRC commands into its individual arguments for easier parsing.

ircv3
module virc.ircv3
Undocumented in source.
message
module virc.message
Undocumented in source.
modes
module virc.modes

Module for parsing IRC mode strings.

numerics
module virc.numerics

Module for defining, parsing and handling the large number of IRC numerics.

style
module virc.style

Module for dealing with IRC formatting.

target
module virc.target
Undocumented in source.
usermask
module virc.usermask

IRC user masks.

Public Imports

virc.common
public import virc.common;
Undocumented in source.
virc.ircmessage
public import virc.ircmessage;
Undocumented in source.
virc.message
public import virc.message;
Undocumented in source.
virc.modes
public import virc.modes;
Undocumented in source.
virc.target
public import virc.target;
Undocumented in source.
virc.usermask
public import virc.usermask;
Undocumented in source.

Meta