index
:
sorbot
master
tmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Plugin.hs
Age
Commit message (
Expand
)
Author
2017-11-19
Bot(privmsgFromPlugin): Try to use the `Bot` monad instead of `IO`
Teddy Wing
2017-09-19
Plugin(matchPlugin): Get our functions to actually work with `Bot`
Teddy Wing
2017-09-15
Plugin: Update plugin list with new wrapped `Bot` type
Teddy Wing
2017-08-20
Use explicit imports when importing plugins
Teddy Wing
2017-08-20
Move `PluginList` out of `Plugin` directory
Teddy Wing
2017-08-20
Add Help plugin
Teddy Wing
2017-08-17
Add GitRemoteSetOrigin plugin
Teddy Wing
2017-08-17
Message: Add a function to get the `text` field as a string
Teddy Wing
2017-08-17
Change `Plugin` and `Message` from `String` to `Data.Text`
Teddy Wing
2017-08-02
Plugin.hs(performPlugin): Use `PluginAction` type
Teddy Wing
2017-08-02
Change `PluginAction` type to `Message -> String`
Teddy Wing
2017-07-30
Plugin.hs: Add some minimal documentation
Teddy Wing
2017-07-30
Move GitHub Commit plugin to its own module
Teddy Wing
2017-07-30
Move `Plugin` and `PluginAction` to a new module
Teddy Wing
2017-07-30
Add a type for plugin actions
Teddy Wing
2017-07-30
Get rid of `realMatchPlugin`
Teddy Wing
2017-07-30
performPlugin: Use the correct match string
Teddy Wing
2017-07-30
Transform regex match into the beginning of a plugin architecture
Teddy Wing