A conceptual IRC bot for the CSSE 120.
This conceptual IRC bot can currently respond to three commands: !help, !assignments, and !hint. The help command simply list the current possible commands. The assignments command currently prints the course website. Ideally, the assignments command should intelligently determine the date and print out the current assignment. Lastly, the hint command is intended for any last minute hints. The hint can be altered without having to stop the bot (Note: The method implemented may have some concurrency issues and memory leaks.)