Documentation
¶
Overview ¶
ircflu's IRC client subsystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IrcSubSystem ¶
type IrcSubSystem struct {
// channel signaling irc connection status
ConnectedState chan bool
// contains filtered or unexported fields
}
func (*IrcSubSystem) Join ¶
func (sys *IrcSubSystem) Join(channel string)
func (*IrcSubSystem) Name ¶
func (sys *IrcSubSystem) Name() string
func (*IrcSubSystem) Part ¶
func (sys *IrcSubSystem) Part(channel string)
func (*IrcSubSystem) Rejoin ¶
func (sys *IrcSubSystem) Rejoin()
func (*IrcSubSystem) Run ¶
func (sys *IrcSubSystem) Run(channelIn, channelOut chan msgsystem.Message)
Click to show internal directories.
Click to hide internal directories.