mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
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:
parent
bcbb55dd1e
commit
79d1d7089a
19 changed files with 129 additions and 276 deletions
|
|
@ -426,7 +426,7 @@ static void botnet_event(BOT_REC *bot, const char *data)
|
|||
bot_send_cmdv(bot, "%s - MASTER %s", bot->botnet->nick, bot->botnet->master->nick);
|
||||
|
||||
/* send our current user configuration */
|
||||
fname = g_strdup_printf("%s/.irssi/users.temp", g_get_home_dir());
|
||||
fname = g_strdup_printf("%s/users.temp", get_irssi_dir());
|
||||
botuser_save(fname);
|
||||
botnet_send_file(bot->botnet, bot->nick, fname);
|
||||
g_free(fname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue