Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
68 stars 28 forks source link

File Saving Cleanup #10

Closed Gocnak closed 9 years ago

Gocnak commented 10 years ago

Cleanup the files that Botnak creates, by combining some (all the user files -> users.db or something) and converting to binary.

This includes log files, since pure text is waaaay smaller in binary (a la Ghosting Mod files).

Gocnak commented 9 years ago

Right now, the amount of files generated from Botnak is fine, and combining/compressing them seems unnecessary.