aboutsummaryrefslogtreecommitdiffstats
path: root/src/Plugin.hs
AgeCommit message (Expand)Author
2017-11-19Bot(privmsgFromPlugin): Try to use the `Bot` monad instead of `IO`Teddy Wing
2017-09-19Plugin(matchPlugin): Get our functions to actually work with `Bot`Teddy Wing
2017-09-15Plugin: Update plugin list with new wrapped `Bot` typeTeddy Wing
2017-08-20Use explicit imports when importing pluginsTeddy Wing
2017-08-20Move `PluginList` out of `Plugin` directoryTeddy Wing
2017-08-20Add Help pluginTeddy Wing
2017-08-17Add GitRemoteSetOrigin pluginTeddy Wing
2017-08-17Message: Add a function to get the `text` field as a stringTeddy Wing
2017-08-17Change `Plugin` and `Message` from `String` to `Data.Text`Teddy Wing
2017-08-02Plugin.hs(performPlugin): Use `PluginAction` typeTeddy Wing
2017-08-02Change `PluginAction` type to `Message -> String`Teddy Wing
2017-07-30Plugin.hs: Add some minimal documentationTeddy Wing
2017-07-30Move GitHub Commit plugin to its own moduleTeddy Wing
2017-07-30Move `Plugin` and `PluginAction` to a new moduleTeddy Wing
2017-07-30Add a type for plugin actionsTeddy Wing
2017-07-30Get rid of `realMatchPlugin`Teddy Wing
2017-07-30performPlugin: Use the correct match stringTeddy Wing
2017-07-30Transform regex match into the beginning of a plugin architectureTeddy Wing