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

Ability to edit a command #70

Closed ghost closed 9 years ago

ghost commented 9 years ago

I was messing around with Botnak and the ability to edit a command if you mess it up might be useful, rather than removing it and re-adding it with the changes. Though its more of a convenience feature.

Gocnak commented 9 years ago

Ah yes, I had this before and realized it was doing exactly what removing and re-adding the command would do.

I could re-add it no problem.

Gocnak commented 9 years ago

Upon further inspection, with how I bundled Arguments into text commands, the editcommand functionality would mess up if someone tried editing a command with arguments. So I won't add this, and you'll have to stick to removing and re-adding the new command.