Modify BotPlate to read from a configuration file for its username, IRC network, port, etc. This could change the API of IRCBot.java or you might have another class that reads configuration and then constructs an IRCBot. Investigate modern configuration formats such as XML, YAML, JSON.
Modify BotPlate to read from a configuration file for its username, IRC network, port, etc. This could change the API of IRCBot.java or you might have another class that reads configuration and then constructs an
IRCBot
. Investigate modern configuration formats such as XML, YAML, JSON.