IRC BOTS
The objective was to create a bot that we could insert into the class irc chat and then have it gather the history of the chat for reference against the wcps. 

We needed to understand cron jobs and how to insert them into the chat and then how to also have the bot reinsert itself when it becomes disconnected. 

 So we needed the ip address of the network the bots were on. Then insert the commands at the end of the script to auto join each channel rather then us doing it ourselves. Then we set a week range so that every 7 days it would collect all the chat logs and keep them in one file and then start a new file for a new week. 
 
 Reference wise we had in class help and some websites.