prawnsalad / KiwiIRC

This is **DEPRECATED**! Please go to https://github.com/kiwiirc/kiwiirc
https://kiwiirc.com
GNU Affero General Public License v3.0
890 stars 278 forks source link

Quoted node command to avoid issues with 'Program Files' etc. #873

Closed SnoopJ closed 2 years ago

SnoopJ commented 8 years ago

Enclosing the call to node in the kiwi script prevents command failure for executable paths containing whitespace (e.g. /c/Program Files/nodejs/node).

Also adds last-spoke ordering for autocompletion, re: #575

SnoopJ commented 7 years ago

Does this PR need anything else @prawnsalad?