Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
func (*Bot) RegisterCommand ¶
func (*Bot) RegisterTrigger ¶
type IRCClient ¶ added in v0.3.0
type IRCClient struct { Server string Port int Channel string Nick string Name string User string SASLUser string SASLPass string Retry bool // contains filtered or unexported fields }
func NewIRCClient ¶ added in v0.3.0
func (*IRCClient) OnEvent ¶ added in v0.3.0
func (irc *IRCClient) OnEvent(callback func(event interface{}))
OnEvent registers a callback
Click to show internal directories.
Click to hide internal directories.