Difference between revisions of "Talk:Roll your own IRC bot"

From HaskellWiki
Jump to navigation Jump to search
(question about forkIO stuff)
(No difference)

Revision as of 19:09, 18 January 2007

Thanks for this useful tutorial! I implemented the normal chat functionality using forkIO as suggested but I'm not happy with my solution. Where would you put the call to forkIO? And how would you write the function that you pass it? Is it possible to somehow use privmsg in this function or do I have to duplicate that code more or less? --Gog 19:09, 18 January 2007 (UTC)