Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 FirstConnection bool // contains filtered or unexported fields }
func (*Birc) Disconnect ¶ added in v0.9.3
func (*Birc) JoinChannel ¶ added in v0.7.0
func (b *Birc) JoinChannel(channel config.ChannelInfo) error
Click to show internal directories.
Click to hide internal directories.