aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
AgeCommit message (Expand)Author
2017-11-19Lib: Test help output with FR localeHEADmasterTeddy Wing
2017-11-19Lib: Test application of Bot readerTeddy Wing
2017-08-20CliOptions(parseOptions): Return optionsTeddy Wing
2017-08-20CliOptions: Add command line option for languageTeddy Wing
2017-08-20Add Help pluginTeddy Wing
2017-08-19Add command line option handlingTeddy Wing
2017-08-16Remove commented code from a0d21d9aed3a38e98e622fbae5fcab3e91c5ddeeTeddy Wing
2017-08-16Connect plugins to IRCTeddy Wing
2017-08-13Lib.hs: Move IRC-related code to a new "IRC" moduleTeddy Wing
2017-08-13dispatchEvent: Ignore user's hostname argumentTeddy Wing
2017-08-13Lib.hs: Bot now responds on the channel that message came fromTeddy Wing
2017-08-13Lib.hs: Test chat message listening and postingTeddy Wing
2017-08-12Lib.hs: Make `Network.IRC.Client` a qualified importTeddy Wing
2017-08-12Set up basic IRC supportTeddy Wing
2017-08-11Lib.hs: Move `putStrLn` outside the `case` statementTeddy Wing
2017-08-10gitHubCommitAction: Get error handling to work using `Either`Teddy Wing
2017-08-10Try to set up error handling for GitHub Commit pluginTeddy Wing
2017-08-02Connect plugins to the databaseTeddy Wing
2017-08-02Change `PluginAction` type to `Message -> String`Teddy Wing
2017-08-02Lib.hs: Remove unused `Text.Regex.TDFA` importTeddy 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
2017-07-30Restrict Git SHA regex to full SHAsTeddy Wing
2017-07-30Experiment with 'regex-tdfa'Teddy Wing
2017-07-16New Haskell Stack projectTeddy Wing