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

Silently create configuration subdirs #21

Closed nomicode closed 10 years ago

nomicode commented 10 years ago

I want to keep my configuration directory in Git, but I don't want to commit symlinks, and Git doesn't handle empty directories very well. This patch does a quick check for the config file in the configuration directory. If it exists, the commands and plugins directories will be created silently and populated if they are missing.

sbp commented 10 years ago

Thanks!