irssi-import / bugs.irssi.org

bugs.irssi.org archive
https://github.com/irssi/irssi/issues
0 stars 0 forks source link

Include Command in Configuration Files #806

Open irssibot opened 13 years ago

irssibot commented 13 years ago

I have been using irssi for quite a while now, and there is no way I can give it up for another client, however there is a feature I desperately need. I would like to be able to include a file in my configuration file. It would be best if I was able to check if the file existed first.

For example (bash-like):

if [ -f config/chatnets ] source config/chatnets fi

I am currently working on a git repository of all my dotfiles to share with others, keep track of changes, and perhaps make my own customized Linux distro eventually, but I don't want to share my passwords. If I was able to include a file like this the configuration would still be usable out of the box, and wouldn't mess with my usability at all.