/IRCmandelbrot

Simple IRC bot that can display ascii mandelbrot fractals.

Primary LanguageHaskell

IRC Mandelbrot

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>

Commands

  • id <text> - prints <text>
  • uptime - prints bot uptime
  • mandelbrot <width> <height> - prints a mandelbrot fractal with given size
  • quit - stops the bot