mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Load connect commands from config dir
This commit is contained in:
parent
b7f0f6abc8
commit
9dd2c85df4
@ -2501,7 +2501,7 @@ load_perform_file (session *sess, char *file)
|
|||||||
char *nl;
|
char *nl;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
|
|
||||||
fp = hexchat_fopen_file (file, "r", XOF_FULLPATH);
|
fp = hexchat_fopen_file (file, "r", 0); /* load files from config dir */
|
||||||
if (!fp)
|
if (!fp)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user