import "github.com/muesli/beehive/bees/ircbee"
Package ircbee is a Bee that can connect to an IRC server.
IrcBee is a Bee that can connect to an IRC server.
Action triggers the action passed to it.
func (mod *IrcBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type IrcBeeFactory struct { bees.BeeFactory }
IrcBeeFactory is a factory for IrcBees.
func (factory *IrcBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *IrcBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *IrcBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *IrcBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *IrcBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *IrcBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *IrcBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *IrcBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *IrcBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
func (factory *IrcBeeFactory) States() []bees.StateDescriptor
States returns the state values provided by this Bee.
Path | Synopsis |
---|---|
irctools | Package irctools is a collection of convenient IRC styling methods. |
Package ircbee imports 6 packages (graph) and is imported by 14 packages. Updated 2021-01-06. Refresh now. Tools for package owners.