birc

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2017 License: Apache-2.0 Imports: 11 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsMarkup

func IsMarkup(message string) bool

Types

type Birc

type Birc struct {
	Nick string

	Config *config.Protocol
	Remote chan config.Message

	Local   chan config.Message // local queue for flood control
	Account string
	// contains filtered or unexported fields
}

func New

func New(cfg config.Protocol, account string, c chan config.Message) *Birc

func (*Birc) Command

func (b *Birc) Command(msg *config.Message) string

func (*Birc) Connect

func (b *Birc) Connect() error

func (*Birc) JoinChannel added in v0.7.0

func (b *Birc) JoinChannel(channel string) error

func (*Birc) Send

func (b *Birc) Send(msg config.Message) error

Jump to

Keyboard shortcuts

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