Added --home and --config command line parameters to irssi to specify

locations for ~/.irssi and ~/.irssi/config


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1626 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-15 00:39:48 +00:00 committed by cras
commit 79d1d7089a
19 changed files with 129 additions and 276 deletions

View file

@ -85,6 +85,8 @@ void noui_deinit(void)
int main(int argc, char **argv)
{
core_init_paths(argc, argv);
#ifdef HAVE_SOCKS
SOCKSinit(argv[0]);
#endif