Re: [Haskell-cafe] ANN: ircbot 0.1.1

2011-10-11 Thread Ertugrul Soeylemez
Jeremy Shaw wrote: > 1. The library is based around the old String based irc library. Would > be nice to upgrade to something that used ByteStrings+Text+Builder. > Practically speaking.. it's IRC. The maximum line length is 510 > characters, and the bot typically needs to handle, at most, a few >

[Haskell-cafe] ANN: ircbot 0.1.1

2011-10-10 Thread Jeremy Shaw
Hello, I have just released a new library on hackage called ircbot. (Because that is what Haskell really needs -- another irc bot library). http://hackage.haskell.org/package/ircbot A demo app is here: http://patch-tag.com/r/stepcut/ircbot/snapshot/current/content/pretty/demo.hs The demo i