Ok, so I am writing an IRC bot in ruby. I already have in the bot the refresh stuff that chrisgbk wrote for ruby. I was woundering if there is any additional information I can pull out of that refresh packet for stuff like what a player says, or if a team scores. If so, what woudl it be? If not, how would I go about getting that information?
What I am trying to do is set up my irc bot, (which already connects to the server, and stays connected) so that it can accept commands like !pause, !nextmap, ect.. Also be able to pick out when a team caps/returns so I can keep track of stats and save them in a file. (I already know how to save it in a file)
Any help on this topic is greatly appreciated.