index
:
sorbot
master
tmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
IRC.hs
Age
Commit message (
Expand
)
Author
2017-11-19
Lib: Test application of Bot reader
Teddy Wing
2017-11-19
Bot(privmsgFromPlugin): Try to use the `Bot` monad instead of `IO`
Teddy Wing
2017-08-27
privmsgFromPlugin: Rewrite using MaybeT monad transformer
Teddy Wing
2017-08-20
IRC: Only require "sorbot: " prefix in channels
Teddy Wing
2017-08-20
IRC: Only respond to messages if prefixed with "sorbot: "
Teddy Wing
2017-08-20
IRC: Send private messages when plugin is `queryOnly`
Teddy Wing
2017-08-20
IRC: Speed up message transfer
Teddy Wing
2017-08-20
IRC: Chop messages longer than 400 characters
Teddy Wing
2017-08-20
Reformat Help output
Teddy Wing
2017-08-19
IRC.hs: Reformat record update syntax
Teddy Wing
2017-08-17
Change `Plugin` and `Message` from `String` to `Data.Text`
Teddy Wing
2017-08-16
handlePrivmsg: call out to plugins in QUERY
Teddy Wing
2017-08-16
IRC.hs: Remove old commented code
Teddy Wing
2017-08-16
IRC.hs: Handle `Nothing` branches
Teddy Wing
2017-08-16
handlePrivmsg: Move duplicated code to new function
Teddy Wing
2017-08-16
Remove commented code from a0d21d9aed3a38e98e622fbae5fcab3e91c5ddee
Teddy Wing
2017-08-16
Connect plugins to IRC
Teddy Wing
2017-08-13
Lib.hs: Move IRC-related code to a new "IRC" module
Teddy Wing