isupport

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List struct {
	Tokens      map[string]*string
	CachedReply [][]string
}

List holds a list of ISUPPORT tokens

func NewList

func NewList() *List

NewList returns a new List

func (*List) Add

func (il *List) Add(name string, value string)

Add adds an RPL_ISUPPORT token to our internal list

func (*List) AddNoValue

func (il *List) AddNoValue(name string)

AddNoValue adds an RPL_ISUPPORT token that does not have a value

func (*List) GetDifference

func (il *List) GetDifference(newil *List) [][]string

GetDifference returns the difference between two token lists.

func (*List) Initialize added in v1.1.0

func (il *List) Initialize()

func (*List) RegenerateCachedReply

func (il *List) RegenerateCachedReply() (err error)

RegenerateCachedReply regenerates the cached RPL_ISUPPORT reply

Jump to

Keyboard shortcuts

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