Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelType ¶
type ChannelType uint
const ( ChannelTypePublic ChannelType = iota ChannelTypeMultiplayer ChannelTypeSpectator // idk? ChannelTypePrivate )
type ConnectionState ¶
type ConnectionState int
const ( ConnectionStateDisconnected ConnectionState = iota ConnectionStateConnecting ConnectionStateReconnecting ConnectionStateConnected )
type IRCCommand ¶
type IRCCommand string
const ( IRCCommandWelcome IRCCommand = "001" IRCCommandJoin IRCCommand = "JOIN" IRCCommandQuit IRCCommand = "QUIT" IRCCommandPart IRCCommand = "PART" IRCCommandMode IRCCommand = "MODE" IRCCommandMessage IRCCommand = "PRIVMSG" )
Click to show internal directories.
Click to hide internal directories.