sbp / saxo

Quick and flexible irc bot, extensible in any language
http://inamidst.com/saxo/
Apache License 2.0
52 stars 22 forks source link

Handle relative command file symlinks #22

Closed nomicode closed 10 years ago

nomicode commented 10 years ago

Right now, saxo will remove any relative symlinks you may have added to the commands directory. This patch resolves relative symlinks against the parent directory.

sbp commented 10 years ago

Thanks!