30.07.2016, 04:02
I honestly can't be bothered to read through the code. It's too messy.
You don't need a string of size 1500, since you're printing each formatted message at a time and none of them come close to 1500 characters. I would just put debug messages across the command to make sure all strings are formatted correctly.
You don't need a string of size 1500, since you're printing each formatted message at a time and none of them come close to 1500 characters. I would just put debug messages across the command to make sure all strings are formatted correctly.

