uofa-acm / BotPlate

A Java IRC bot template
3 stars 1 forks source link

Use configuration file for bot parameters #12

Open cwvh opened 9 years ago

cwvh commented 9 years ago

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.

TiltMeSenpai commented 9 years ago

I can do (probably)