firepear / petrel

It's like SQLite, but for networking
MIT License
20 stars 1 forks source link

Remove command listing from bad command replies #33

Closed firepear closed 8 years ago

firepear commented 8 years ago

Make the bad command replies static, and have them point to a LISTCOMMANDS command, which is baked into asock itself.

firepear commented 8 years ago

Also, this will let most message string fmts and errors be generated once, instead of on the fly.