This class implements a robot that automatically logs in a IRC network and sends a batch of commands.
The class can connect to an IRC server of a given address and port and authenticate itself as an user given by the parameters nick, and userid.
It can handle normal IRC protocol messages and can respond to private messages with commands read from a given file. |