Documentation ¶
Index ¶
- Constants
- func CheckPrefix(msg string, pluginMap map[string]types.Plugin) (string, types.Plugin)
- func GetEvents(svc *svc.Svc, EventMin string) []event.Event
- func NewPlugins(svc *svc.Svc) []types.Plugin
- func PluginsMap(plugins []types.Plugin) map[string]types.Plugin
- func RemoveID(message string, id []string) string
- type CompsPlugin
- type PlayerPlugin
- type TryPlugin
Constants ¶
View Source
const MaxKeyLength = 16
Variables ¶
This section is empty.
Functions ¶
func CheckPrefix ¶
Types ¶
type CompsPlugin ¶
func (*CompsPlugin) Do ¶
func (c *CompsPlugin) Do(message types.InMessage) (*types.OutMessage, error)
func (*CompsPlugin) Help ¶
func (c *CompsPlugin) Help() string
func (*CompsPlugin) ID ¶
func (c *CompsPlugin) ID() []string
type PlayerPlugin ¶
func (*PlayerPlugin) Do ¶
func (c *PlayerPlugin) Do(message types.InMessage) (*types.OutMessage, error)
func (*PlayerPlugin) Help ¶
func (c *PlayerPlugin) Help() string
func (*PlayerPlugin) ID ¶
func (c *PlayerPlugin) ID() []string
Click to show internal directories.
Click to hide internal directories.