Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Channel string
View Source
var ChannelKey string
View Source
var ChannelName string
View Source
var Channels []string
View Source
var Commands = make(CommandMap)
View Source
var Conn *irc.Connection
View Source
var Nick string
View Source
var Server string
Functions ¶
Types ¶
type ConnectionBackend ¶
type ConnectionBackend struct { Connect func() error SendToChannel func(channel, msg string) error Loop func() }
var Backend *ConnectionBackend
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.