Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init .gitignoreHEADnomic/masterni/mastercd/mastermaster | tv | 2015-10-17 | 1 | -0/+2 |
| | |||||
* | init Makefile | tv | 2015-10-17 | 1 | -0/+37 |
| | |||||
* | replace hirc.hs by main.hs | tv | 2015-10-17 | 8 | -111/+493 |
| | |||||
* | MSampleVarX: take with takeSV and read with readSV | tv | 2015-10-17 | 1 | -6/+12 |
| | |||||
* | Control.Concurrent.MSampleVar{ -> X} | tv | 2015-10-17 | 1 | -0/+0 |
| | |||||
* | init Control.Concurrent.MSampleVar | tv | 2015-10-17 | 1 | -0/+164 |
| | | | | From: SafeSemaphore-0.10.1 | ||||
* | init hirc.cabal | tv | 2015-10-17 | 1 | -0/+15 |
| | |||||
* | Hirc.Parser.message: accept empty trailing | tv | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | listen: Don't query config continuously | tv | 2015-10-09 | 1 | -5/+5 |
| | |||||
* | Introduce Config | tv | 2015-10-08 | 1 | -13/+32 |
| | |||||
* | Remove trailing spaces | tv | 2015-10-08 | 1 | -10/+10 |
| | |||||
* | Use Control.Monad's forever | tv | 2015-10-08 | 1 | -2/+1 |
| | |||||
* | Evaluate parsed messages | tv | 2015-10-08 | 3 | -21/+26 |
| | |||||
* | Parse IRC messages | tv | 2015-10-08 | 3 | -0/+55 |
| | |||||
* | Begin derivation of hirc | tv | 2015-10-08 | 1 | -3/+3 |
| | |||||
* | Initial commit | tv | 2015-10-08 | 1 | -0/+78 |
From: https://wiki.haskell.org/Roll_your_own_IRC_bot |