A simple IRC bot written to improve Haskell knowledge, following the tutorial on haskell.org. With an added command to display ASCII mandelbrot fractals.
To interact with the bot send a message like:
- WOPRbot: <command>
- id <text> - prints <text>
- uptime - prints bot uptime
- mandelbrot <width> <height> - prints a mandelbrot fractal with given size
- quit - stops the bot