Closed mikecrews closed 10 years ago
I thought it was an easy fix, substring starts at 1 not 0, so the "/" isn't passed. But it's more than that.
https://github.com/fougerite/Fougerite/commit/1ca726d3c154bb66bc4e357d2a3f394895c1741d O_o
That's the first problem. The "/" isn't getting stripped off, so nothing recognizes a command. :(
Fixed!
I thought it was an easy fix, substring starts at 1 not 0, so the "/" isn't passed. But it's more than that.