aboutsummaryrefslogtreecommitdiffstats
path: root/src/IRC.hs
AgeCommit message (Expand)Author
2017-11-19Lib: Test application of Bot readerTeddy Wing
2017-11-19Bot(privmsgFromPlugin): Try to use the `Bot` monad instead of `IO`Teddy Wing
2017-08-27privmsgFromPlugin: Rewrite using MaybeT monad transformerTeddy Wing
2017-08-20IRC: Only require "sorbot: " prefix in channelsTeddy Wing
2017-08-20IRC: Only respond to messages if prefixed with "sorbot: "Teddy Wing
2017-08-20IRC: Send private messages when plugin is `queryOnly`Teddy Wing
2017-08-20IRC: Speed up message transferTeddy Wing
2017-08-20IRC: Chop messages longer than 400 charactersTeddy Wing
2017-08-20Reformat Help outputTeddy Wing
2017-08-19IRC.hs: Reformat record update syntaxTeddy Wing
2017-08-17Change `Plugin` and `Message` from `String` to `Data.Text`Teddy Wing
2017-08-16handlePrivmsg: call out to plugins in QUERYTeddy Wing
2017-08-16IRC.hs: Remove old commented codeTeddy Wing
2017-08-16IRC.hs: Handle `Nothing` branchesTeddy Wing
2017-08-16handlePrivmsg: Move duplicated code to new functionTeddy 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