Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package bot provides the interfaces for creating a chatops bot.
|
Package bot provides the interfaces for creating a chatops bot. |
brains
|
|
file
Package fileBrain is a simple file-based implementation of the bot.SimpleBrain interface, which gives the robot a place to store it's memories.
|
Package fileBrain is a simple file-based implementation of the bot.SimpleBrain interface, which gives the robot a place to store it's memories. |
connectors
|
|
slack
Package slack uses Norberto Lopes' slack library to implement the bot.Connector interface.
|
Package slack uses Norberto Lopes' slack library to implement the bot.Connector interface. |
elevators
|
|
goplugins
|
|
help
The help plugin spits out a helpful message when a user just types "help" in a channel, and also responds when the user addresses the robot but no plugin matched.
|
The help plugin spits out a helpful message when a user just types "help" in a channel, and also responds when the user addresses the robot but no plugin matched. |
knock
Package knock implements a simple demonstrator plugin for using Gopherbot's WaitForReply function to tell knock-knock jokes.
|
Package knock implements a simple demonstrator plugin for using Gopherbot's WaitForReply function to tell knock-knock jokes. |
lists
Package lists implements a lists demonstrator plugin showing how you can use the robot's brain to remember things - like lists of items.
|
Package lists implements a lists demonstrator plugin showing how you can use the robot's brain to remember things - like lists of items. |
meme
The memes plugin is an example of how you can use the robot for fun things like generating Internet meme images.
|
The memes plugin is an example of how you can use the robot for fun things like generating Internet meme images. |
ping
The ping plugin is a simple plugin showing one way plugins can use supplied configuration data from a plugin's yaml config file.
|
The ping plugin is a simple plugin showing one way plugins can use supplied configuration data from a plugin's yaml config file. |
Click to show internal directories.
Click to hide internal directories.