enums

package
v0.0.0-...-d7944d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2022 License: GPL-3.0 Imports: 0 Imported by: 0

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL