package
1.3.1
Repository: https://github.com/fluffle/goirc.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
..

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
Map *irc.ChanPrivs fields to the symbols used to represent these modes in NAMES and WHOIS responses.
No description provided by the author
Map ChanMode fields to IRC mode characters.
Map *irc.ChanPrivs fields to IRC mode characters.
Map *irc.NickMode fields to IRC mode characters and vice versa.

# Structs

A struct representing the modes of an IRC Channel (the ones we care about, at least).
A Channel is returned from the state tracker and contains a copy of the channel state at a particular time.
A struct representing the modes a Nick can have on a Channel.
Mock of Tracker interface.
A Nick is returned from the state tracker and contains a copy of the nick state at a particular time.
A struct representing the modes of an IRC Nick (User Modes) (again, only the ones we care about) This is only really useful for me, as we can't see other people's modes without IRC operator privileges (and even then only on some IRCd's).

# Interfaces

The state manager interface.